MC 707 Instrument Definition

Hey Folks. im trying to do an mc 707 instrument definition. I Found the Template from the digitone quite usefull. Till now i maped the cc Values. Can anyone tell how to map the Drum instruments to a note I Mean kick C3, Clap D3, Hhat E3 for example?? greetings.

I made the stub of one for an mc-101, it should work for the 707

# 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

Thanks Folks here 3 Definition that workw for me. Def A and B are together the 16 drum Lanes. and one Instrument definition. greetings.

############# MC707 DRUM TRACK A #############
VERSION 1 # Currently, this should only be 1.

###### DEFINITIONS

# Supports all alphanumeric ASCII, and ' ', '_', '-', '+' - can also be NULL
TRACKNAME MC707

# 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
OUTPORT A

# 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
ALLACTIVE

# Can be x (between 1-16), ALL, or NULL. This definition will be 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:NULL:46 OpHH
7:NULL:NULL:42 ClHH
6:NULL:NULL:39 CLAP
5:NULL:NULL:37 Rimshot
4:NULL:NULL:45 MID TOM
3:NULL:NULL:41 LOW TOM
2:NULL:NULL:38 SNARE
1:NULL:NULL:36 KICK
[/DRUMLANES]


# CC
# Syntax: CC_NUMBER NAME or CC_NUMBER:DEFAULT=xx NAME
# DEFAULT_VALUE must be a valid number between 0 and 127

[CC]
1 Modulation
5 Portamento Time
7 Volume
10 Panpot
11 Expression
64 Hold
65 Portamento
66 Sostenuto
67 Soft
68 Legato FSw
71 Resonance
72 Release Time
73 Attack time
74 Cutoff
75 Decay Time
76 Vibrato Rate
77 Vibrato Depth
78 Vibrato Delay
80 FILTER Knob
81 MOD Knob
82 FX Knob
83 SOUND Knob
84 Portamento control
91 General Purpose FX1 
92 General Purpose FX3
[/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]
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 707 Assign as drums for preselected kit and pots. Assign as poly for pots.
[/COMMENT]

Definition B (8 Drum Instruments right)

############# MC707 DRUM TRACK B #############
VERSION 1 # Currently, this should only be 1.

###### DEFINITIONS

# Supports all alphanumeric ASCII, and ' ', '_', '-', '+' - can also be NULL
TRACKNAME MC707

# 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
OUTPORT A

# 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
ALLACTIVE

# Can be x (between 1-16), ALL, or NULL. This definition will be 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:NULL:56 Cowbell
7:NULL:NULL:54 Tamborine-shaker
6:NULL:NULL:51 Ride Cym
5:NULL:NULL:49 Crash
4:NULL:NULL:64 Conga Op Lo
3:NULL:NULL:63 Conga Op Hi
2:NULL:NULL:62 Conga Mt Hi
1:NULL:NULL:48 Hi Tom
[/DRUMLANES]

# CC
# Syntax: CC_NUMBER NAME or CC_NUMBER:DEFAULT=xx NAME
# DEFAULT_VALUE must be a valid number between 0 and 127

[CC]
1 Modulation
5 Portamento Time
7 Volume
10 Panpot
11 Expression
64 Hold
65 Portamento
66 Sostenuto
67 Soft
68 Legato FSw
71 Resonance
72 Release Time
73 Attack time
74 Cutoff
75 Decay Time
76 Vibrato Rate
77 Vibrato Depth
78 Vibrato Delay
80 FILTER Knob
81 MOD Knob
82 FX Knob
83 SOUND Knob
84 Portamento control
91 General Purpose FX1 
92 General Purpose FX3
[/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]
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 707 Assign as drums for preselected kit and pots. Assign as poly for pots.
[/COMMENT]

Instrument Track Definition

############# MC707 INSTRUMENT TRACK  #############
VERSION 1 # Currently, this should only be 1.

###### DEFINITIONS

# Supports all alphanumeric ASCII, and ' ', '_', '-', '+' - can also be NULL
TRACKNAME MC707

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

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

# 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
ALLACTIVE

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

# CC
# Syntax: CC_NUMBER NAME or CC_NUMBER:DEFAULT=xx NAME
# DEFAULT_VALUE must be a valid number between 0 and 127

[CC]
1 Modulation
5 Portamento Time
7 Volume
10 Panpot
11 Expression
64 Hold
65 Portamento
66 Sostenuto
67 Soft
68 Legato FSw
71 Resonance
72 Release Time
73 Attack time
74 Cutoff
75 Decay Time
76 Vibrato Rate
77 Vibrato Depth
78 Vibrato Delay
80 FILTER Knob
81 MOD Knob
82 FX Knob
83 SOUND Knob
84 Portamento control
91 General Purpose FX1 
92 General Purpose FX3
[/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]
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 707 Assign as drums for preselected kit and pots. Assign as poly for pots.
[/COMMENT]

thanks che for the Definition. It seems like the MC707 has a different note mapping for the Drum Instruments. I chaged the mapping so that the drums match. greetings. I Also made a Instrument Definition. I´ll try to improve the definition in the next weeks to add standard automation lanes and the 4 control Knobs.

1 Like