Midi Remote Control
Midi Remote
On the back of the grandMA, you find the MIDI IN, MIDI THRU and MIDI OUT connectors.
Executor keys and faders can be called using an external MIDI source.
Only "Note + Velocity" commands are currently supported.
Midi Show Control (MSC) can be also be used, but that’s another story…
MIDI Input
In the TOOLS menu, you can switch the MIDI input on or off.
If the MIDI input is on, Executor keys and faders can be called using an external MIDI source. You can also test assigned executors by pressing the respective note keys on the MIDI softkeys.
Assigning Executors to Midi notes
Press TOOLS - Remote Midi
Press STORE and then a key in the REMOTE MIDI CONFIGURATION.
Press the Executor button you want to assign. The button is now assigned.
The assigned Executor buttons is displayed on the softkeys in the REMOTE MIDI CONFIGURATION
To delete an assigned Executor button, press DELETE followed by the softkey in the REMOTE MIDI CONFIGURATION
Format
“Note On” at any velocity simulates a keypress to the assigned executor key.
“Note Off” releases the keypress again.
Faders are controlled by “Note on” followed by a Velocity.
So to move a fader at a controlled speed, you will have to send a controlled stream of “Note On, Velocity” like this:
, |
00 |
|
, |
01 |
|
, |
02 |
|
, |
03 |
|
, |
04 |
|
, |
05 |
|
, |
06 |
|
, |
07 |
|
, |
08 |
|
, |
09 |
And so on....
As Long as a midibutton is “pressed” (noteOn) it shows the text in Red.
MIDI Channel
You can select one of 16 Midi channels.
Pitch
By pressing the KEY OFFSET key, you can transpose the incoming notes downwards up to three octaves.
MIDI OUT
Syntax for MIDI_OUT commands in the “Link” field of your executor sheet.
MIDI Note: (Note On + Velocity)
MiNote 0-127, 0-127 Seperate numbers with comma e.g. MiNote_13,122
MIDI Control change: (Control # + Control Value)
MiCtr 0-127, 0-127 Seperate numbers with comma e.g. MiCtr_11,123
MIDI Program Change: (Program # + optional channel)
Miprog 0-127 OPTION: Send to specific channel by typing the MIDI channel separated by a comma (1-16).
If no channel is selected, the default channel is used.
Seperate multiple commands with semi-colon „ ; “
