Does anyone happen to have an instrument definition for the minikorg 700 fs?
If you let me borrow your minikorg 700 fs, I promise to figure out how to make an instrument definition for it
1 Like
And voilà!
VERSION 1 # Currently, this should only be 1.
TRACKNAME MINIKORG_700
TYPE POLY
# Can be A, B, C, D, USBD, USBH, CVGx (x between 1&4), CVx, Gx, or NULL
NULL
# Can be x (between 1-16), or NULL -- this is ignored if output port is not MIDI
NULL
# Can be NONE, ALLACTIVE, A, B, USBH, USBD, CVG, or NULL
INPORT ALLACTIVE
# Can be x (between 1-16), ALL, or NULL. This definition will be ignored if INPORT is NONE, ALLACTIVE or CVG
INCHAN NULL
[PC]
[/PC]
[CC]
1 JOYSTICK YPLUS
2 JOYSTICK YMINUS
6 DATA ENTRY MSB
38 DATA ENTRY LSB
16 FILTER HPF
17 FILTER LPF
18 ATTACK
19 DECAY
81 REPEAT ONOFF
20 REPEAT SWITCH
21 VIBRATO SPEED
22 VIBRATO DEPTH
83 VIBRATO
84 VIBRATO DELAY
87 VIBRATO FILTER
85 PORTA SWITCH
23 PORTA TIME
24 BALANCE
26 VCO2 PITCHCOARSE
27 VCO2 PITCHFINE
28 REVERB
72 VCO1 SCALE
73 VCO1 MODE
74 VCO2 MODE
76 EXPAND
77 BRIGHT
78 SUSTAIN
79 SUSTAIN LONG
80 BENDER
82 HOLD
86 EFFECT
98 NRPN LSB
99 NRPN MSB
100 RPN LSB
101 RPN MSB
120 SOUND OFF
121 RESTET ALL
[/CC]
# ASSIGN
# Syntax: POT_NUMBER TYPE:VALUE or POT_NUMBER TYPE:VALUE DEFAULT=DEFAULT_VALUE
# POT_NUMBER must be between 1 and 8
# TYPE can be "CC", "PB" (pitchbend), "AT" (aftertouch), "CV", "NRPN", or "NULL" (this won't assign the pot).
# Non explicitly-defined pots will be considered "NULL"
# VALUE VALIDATION
#### For CC: Value must be a valid number between 0 and 119
#### For PB and AT, any text after the TYPE will be ignored
#### For CV, value must be between 1 and 4
#### For NRPN, value must be MSB:LSB:DEPTH, with both lsb & msb bebtween 0 and 127, and DEPTH being either 7 or 14
# DEFAULT VALUE
#### For CC: DEFAULT_VALUE must be a valid number between 0 and 127
#### For PB: DEFAULT_VALUE must be a valid number between 0 and 16383
#### For NRPN: DEFAULT_VALUE must be a valid number, either between 0 and 127 (for 7 bit NRPNs) or between 0 and 16383 (for 14bit NRPNs)
#### For CV: DEFAULT_VALUE must be either a valid number between 0 and 65535, or a voltage between -5V and 5V, e.g. "-4.25V" or "1.7V"
#### Please note default value will be ignored for PB and AT messages.
[ASSIGN]
[/ASSIGN]
# AUTOMATION
# Syntax: TYPE:VALUE
# TYPE can be "CC", "PB" (pitchbend), "AT" (aftertouch), "CV", or "NRPN"
# VALUE VALIDATION
#### For CC: Value must be a valid number between 0 and 119
#### For PB and AT, any text after the TYPE will be ignored
#### For CV, value must be between 1 and 4
#### For NRPN, value must be MSB:LSB:DEPTH, with both lsb & msb bebtween 0 and 127, and DEPTH being either 7 or 14
[AUTOMATION]
[/AUTOMATION]
[COMMENT]
[/COMMENT]
1 Like