VERSION 1 # Supports all alphanumeric ASCII, and ' ', '_', '-', '+' - can also be NULL TRACKNAME FH-2 # Can be POLY, DRUM, MPE, or NULL TYPE NULL # Can be A, B, C, D, USBD, USBH, CVGx (x between 1&4), CVx, Gx, or NULL OUTPORT NULL # Can be x (between 1-16), or NULL -- this is ignored if output port is not MIDI OUTCHAN NULL # Can be NONE, ALLACTIVE, A, B, USBH, USBD, CVG, or NULL INPORT NULL # Can be x (between 1-16), ALL, or NULL. This definition will be ignored if INPORT is NONE, ALLACTIVE or CVG INCHAN NULL # This defines the default 'MAX RATE' for automation lanes. # Can be NULL, 192, 96, 64, 48, 32, 24, 16, 12, 8, 6, 4, 3, 2, 1 MAXRATE NULL # DRUMLANES # Syntax: ROW:TRIG:CHAN:NOTENUMBER NAME # ROW must be between 1 and 8 # TRIG can be between 0 and 127, or NULL # CHAN can be a number between 1 and 16, Gx, CVx, CVGx (x between 1 and 4), or NULL # NOTENUMBER can be between 0 and 127, or NULL # NAME supports all alphanumeric ASCII, and ' ', '_', '-', '+' - can also be NULL # Please note this section will be discarded for tracks which are not DRUM tracks [DRUMLANES] [/DRUMLANES] # PC # Syntax: NUMBER NAME # number must be either: # - A number (for simple PC) # - Three numbers, delimited by ':', which represent PC:MSB:LSB. You can put 'NULL' to not set the MSB/LSB. # PC must be between 1...128 # MSB/LSB must be between 0...127 [PC] [/PC] # CC # Syntax: CC_NUMBER NAME or CC_NUMBER:DEFAULT=xx NAME # DEFAULT_VALUE must be a valid number between 0 and 127 [CC] 10 LFO1 Level 11 LFO1 Base 12 LFO1 Multiplier 13 LFO1 Speed 14 Sine1 15 Square1 16 PW1 17 Triangle1 18 SAW1 19 Random1 90 Phase1 1 FH2 Direct2 20 LFO2 Level 21 LFO2 Base 22 LFO2 Multiplier 23 LFO2 Speed 24 Sine2 25 Square2 26 PW2 27 Triangle2 28 SAW2 29 Random2 91 Phase2 2 FH2 Direct3 30 LFO3 Level 31 LFO3 Base 32 LFO3 Multiplier 33 LFO3 Speed 34 Sine3 35 Square3 36 PW3 37 Triangle3 38 SAW3 39 Random3 92 Phase3 3 FH2 Direct4 40 LFO4 Level 41 LFO4 Base 42 LFO4 Multiplier 43 LFO4 Speed 44 Sine4 45 Square4 46 PW4 47 Triangle4 48 SAW4 49 Random4 93 Phase4 4 FH2 Direct5 50 LFO5 Level 51 LFO5 Base 52 LFO5 Multiplier 53 LFO5 Speed 54 Sine5 55 Square5 56 PW5 57 Triangle5 58 SAW5 59 Random5 94 Phase5 5 FH2 Direct6 60 LFO6 Level 61 LFO6 Base 62 LFO6 Multiplier 63 LFO6 Speed 64 Sine6 65 Square6 66 PW6 67 Triangle6 68 SAW6 69 Random6 95 Phase6 6 FH2 Direct7 70 LFO7 Level 71 LFO7 Base 72 LFO7 Multiplier 73 LFO7 Speed 74 Sine7 75 Square7 76 PW7 77 Triangle7 78 SAW7 79 Random7 96 Phase7 7 FH2 Direct8 80 LFO8 Level 81 LFO8 Base 82 LFO8 Multiplier 83 LFO8 Speed 84 Sine8 85 Square8 86 PW8 87 Triangle8 88 SAW8 89 Random8 97 Phase8 100 28 CV1 Direct 101 28 CV2 Direct 102 28 CV3 Direct 103 28 CV4 Direct 104 28 CV5 Direct 105 28 CV6 Direct 106 28 CV7 Direct 107 28 CV8 Direct 108 38 CV1 Direct 109 38 CV2 Direct 110 38 CV3 Direct 111 38 CV4 Direct 112 38 CV5 Direct 113 38 CV6 Direct 114 38 CV7 Direct 115 38 CV8 Direct 116 48 CV1 Direct 117 48 CV2 Direct 118 48 CV3 Direct 119 48 CV4 Direct 120 48 CV5 Direct 121 48 CV6 Direct 122 48 CV7 Direct 123 48 CV8 Direct [/CC] # CC Pair # Syntax: CC_MSB:CC_LSB NAME or CC_MSB:CC_LSB:DEFAULT=xx NAME # DEFAULT_VALUE must be a valid number between 0 and 16383 [CC_PAIR] [/CC_PAIR] # NRPN # Syntax: "MSB:LSB:DEPTH NAME" or "MSB:LSB:DEPTH:DEFAULT=xx NAME" # Lsb & msb should be between 0 and 127 # Note: LSB can be over 127 ONLY if MSB is 0 or omitted # e.g. '0:1026:7 FOO', or ':2000:7 BAR' # the examples above would be equivalent to '8:2:7 FOO' and '15:80:7 BAR' respectively # DEPTH can be 7 or 14 # 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) [NRPN] [/NRPN] # 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 # NOTE: You are limited to 64 automation lanes [AUTOMATION] [/AUTOMATION] # This section will be readable from Hapax. [COMMENT] [/COMMENT]