VERSION 1 # Supports all alphanumeric ASCII, and ' ', '_', '-', '+' - can also be NULL TRACKNAME MachineDrum # 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] 84 HT Freq 85 HT Width 86 HT Q 87 HT Sample Rate 88 HT Distortion 89 HT Volume 90 HT PAN 91 HT Delay Send 92 HT Reverb Send 93 HT Speed 94 HT Amount 95 HT Shape 96 MT Para1 97 MT Para2 98 MT Para3 99 MT Para4 100 MT Para5 101 MT Para6 102 MT Para7 103 MT Para8 104 MT AM Depth 105 MT AM Rate 106 MT EQ Freq 107 MT EQ Gain 108 MT Freq 109 MT Width 110 MT Q 111 MT Sample Rate 112 MT Distortion 113 MT Volume 114 MT PAN 115 MT Delay Send 116 MT Reverb Send 117 MT Speed 118 MT Amount 119 MT Shape 8 BD Level 9 SD 10 HT Level 11 MT Level 12 BD Mute 13 SD Mute 14 HT Mute 15 MT Mute 16 BD Para1 17 BD Para2 18 BD Para3 19 BD Para4 20 BD Para5 21 BD Para6 22 BD Para7 23 BD Para8 24 BD AM Depth 25 BD AM Rate 26 BD EQ Freq 27 BD EQ Gain 28 BD Freq 29 BD Width 30 BD Q 31 BD Sample Rate 32 BD Distortion 33 BD Volume 34 BD PAN 35 BD Delay Send 36 BD Reverb Send 37 BD Speed 38 BD Amount 39 BD Shape 40 SD Para1 41 SD Para2 42 SD Para3 43 SD Para4 44 SD Para5 45 SD Para6 46 SD Para7 47 SD Para8 48 SD AM Depth 49 SD AM Rate 50 SD EQ Freq 51 SD EQ Gain 52 SD Freq 53 SD Width 54 SD Q 55 SD Sample Rate 56 SD Distortion 57 SD Volume 58 SD PAN 59 SD Delay Send 60 SD Reverb Send 61 SD Speed 62 SD Amount 63 SD Shape 72 HT Para1 73 HT Para2 74 HT Para3 75 HT Para4 76 HT Para5 77 HT Para6 78 HT Para7 79 HT Para8 80 HT AM Depth 81 HT AM Rate 82 HT EQ Freq 83 HT EQ Gain [/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]