Roland MC-101 Definition File

WIP v.5
If you set to drum it’ll load something close to a normal kit, the other kit parts are commented out if you want to swap into the drum lanes. I haven’t figured out the PC change, yet.

############# DRUMS MC 101 #############
VERSION 1 # Currently, this should only be 1.

###### DEFINITIONS

# Supports all alphanumeric ASCII, and ' ', '_', '-', '+'
# Can also be omitted or NULL to not override the current track name, e.g. "TRACKNAME NULL"
TRACKNAME MC 101 Drums 

# Can be POLY, DRUM, MPE, or NULL
TYPE DRUM

# Can be A, B, C, D, USBD, USBH, CVGx (x between 1&4), CVx, Gx, or NULL
#outputting to WIDI Master
OUTPORT A

# Can be x (between 1-16), or NULL -- this is ignored if output port is not MIDI
OUTCHAN 10

# Can be NONE, ALLACTIVE, A, B, USBH, USBD, CVG, or NULL
INPORT NULL

# Can be x (between 1-16), ALL, or NULL -- ignored if INPORT is NONE, ALLACTIVE or CVG
INCHAN ALL

# 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]
8:NULL:10:49 Crash
7:70:10:51 Ride 2
6:126:10:37 Side Stick
5:NULL:10:41 Low Tom
4:64:10:46 Open Hat
3:64:10:42 Closed Hat
2:120:10:38 Snare
1:NULL:10:36 Kick
[/DRUMLANES]

#NULL:NULL:39 Clap
#NULL:NULL:45 tom 3
#NULL:NULL:48 tom 5
#NULL:NULL:54 tamb
#NULL:NULL:56 cowbell 2
#NULL:NULL:62 conga hi mute
#NULL:NULL:62 conga hi open
#NULL:NULL:64 conga lo open 2



# 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]
##1 INIT
##1:1:NULL BANKB_PATCH2 #for the MC101, is this true, MSB sets the bank, PC sets the patch
##[/PC]

# CC
# Syntax: CC_NUMBER NAME or CC_NUMBER:DEFAULT=xx NAME
# DEFAULT_VALUE must be a valid number between 0 and 127
[CC]
0 Bank sel MSB
1 Mod Wheel
5 Port Time
7 Volume
10 Pan
11 Expression
64 Hold 1
65 Glide Active
66 Sostenuto
67 Soft
68 Legato Foot Switch
71 Resonance
72 Release
73 Attack
74 Cutoff
75 Decay
76 Vib Rate
77 Vib Depth
78 Vib Dlay
80 Filter Knob
81 Mod Knob
82 FX Knob
83 Sound Knob
91 Reverb Send
92 Chorus Send
[/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.

# Decay and release get weird at starting around 58-63
[ASSIGN]
1 CC:91 DEFAULT=0       # Reverb Send
2 CC:10	DEFAULT=64      # Pan
3 CC:74 DEFAULT=127     # Cutoff
#5 CC:## DEFAULT=64	 #Unassigned
4 CC:71	DEFAULT=0       # Resonance
6 CC:73	DEFAULT=64      # Attack
7 CC:75	DEFAULT=64      # Decay
8 CC:72	DEFAULT=64	# Release
[/ASSIGN]

# This section will be readable from Hapax.
[COMMENT]
MC 101 Assign as drums for preselected kit and pots. Assign as poly for pots.
[/COMMENT]

2 Likes