Back to midiSix main page.
MIDI CC, value based
These CC’s uses its value of 0-127 to set the parameter.
| CC | Description |
| 20 | Fixed clock divisions: 0, 2, 3, 4, 6, 8, 9, 12, 16, 18, 24, 32, 36, 48, 64, 72 distributed equally over the cc value range 0-127.Also resets the clock division counter. |
| 21 | MIDI clock divisions 0-127
0=off1=single pulse (not so useful)2-127=selected division.Also resets the clock division counter. |
| 22 | MIDI clock divisions 128-255. The number 128 is added to the cc-value 0-127.Also resets the clock division counter. |
| 69 | Manual sync output.Values 0-63 sets the sync output inactive (5V).Values 64-127 sets the sync out active (0V). This can be used to create your own arpeggio patterns from your DAW. Note that this controller also turns off the midi-clock sync by setting clock division to zero. |
MIDI CC, actions
These CC’s are actions that are triggered when the value is greater than 63.
The actions can also be triggered by sending a program change with the same number.
| CC | Description |
| 23 | Save current clock division to internal memory. Loaded at next startup. |
| 24 | Reset the clock division counter |
| 85 | Root key is 0 |
| 86 | Root key is 12 |
| 87 | Root key is 24 |
| 88 | Root key is 36 |
| 89 | Root key is 48 |
| 90 | Root key is 60 |
| 102 | Set MIDI channel 1 |
| 103 | Set MIDI channel 2 |
| 104 | Set MIDI channel 3 |
| 105 | Set MIDI channel 4 |
| 106 | Set MIDI channel 5 |
| 107 | Set MIDI channel 6 |
| 108 | Set MIDI channel 7 |
| 109 | Set MIDI channel 8 |
| 110 | Set MIDI channel 9 |
| 111 | Set MIDI channel 10 |
| 112 | Set MIDI channel 11 |
| 113 | Set MIDI channel 12 |
| 114 | Set MIDI channel 13 |
| 115 | Set MIDI channel 14 |
| 116 | Set MIDI channel 15 |
| 117 | Set MIDI channel 16 |
| 118 | Panic -> All notes off |
| 120 | All sound off -> All notes off |
| 123 | All notes off |