8
MIDI Implementation
Commands
Used
Note On
1001nnnn n = MIDI channel assignment 1 - 16 (0-15)
0kkkkkkk k = Lighting channel number (32-47, 64-79)
0vvvvvvv v = Lighting channel intensity (0-127)
Note Off
1000nnnn n = MIDI channel assignment 1 - 16 (0-15)
0kkkkkkk k = Lighting channel number (32-47, 64-79)
0vvvvvvv v = Lighting channel intensity (0-127)
Control Change
1001nnnn n = MIDI channel assignment 1 - 16 (0-15)
0kkkkkkk k = Control number (see below)
0vvvvvvv v = Control value (see below)
Program Change
1001nnnn n = MIDI channel assignment 1 - 16 (0-15)
0vvvvvvv v = Program Change number (see below)
System Exclusive
11110000 Start of System Exclusive
00000000 NSI Manufacture’s ID
00000000
00111110
00010010 MC 6300 identifier
0xxxxxxx First data byte
0xxxxxxx Last data byte
0xxxxxxx Data checksum
11110111 End of System Exclusive
Note
Commands
Direct dimmer access off - Transmit and Receive
Command
Value Action
Note On 64 - 79
1 -127 Causes channels 1 - 16 to fade to level represented by the value
Note On 64 - 79
0 Ignored (Note On with a value of 1 is as channel off)
Note Off 64 - 79
0 - 127 Ignored
Note On 96 - 111
1 - 127 Channel bumps to full on - Fade Rate has no effect
Note On 96 - 111
0 Channel bumps to full off - Fade Rate has no effect
Note Off 96 - 111
0 - 127 Channel bumps to full off - Fade Rate has no effect
Direct dimmer access on - Receive only
Command
Value Action
Note On 0 - 127
1 -127 Causes dimmers 1 - 128 to instantly change to value level
MC 6300
MIDI Implementation
Software Revision 1.00 and above
Commands Used
NSI CORPORATION
17