30
Example 7 : a programmable MIDI router
// The TinyBox can act as a fully programmable and dynamic MIDI router.
// This means that you can move or copy MIDI messages from one MIDI channel
// to another, from one CC number to another, or from one Note range to another.
// This allows you for instance to turn a simple MIDI keyboard into a full blown
// MIDI master keyboard with different zones controlling different synths,
// or you could transpose the keyboard to the key of each song.
// Some examples of the commands available for programming the MIDI router :
INIT_TINYBOX =
{
CopyChannel LittleGiant to ElevenRack
MoveChannel Yamaha to Hammond
CopyCC LittleGiant 07 to Yamaha
MoveCC LittleGiant 07 to ElevenRack 04
CopyNotes Yamaha C1-C8 to Hammond C2
MoveNotes Yamaha C0-C1 to Rhodes
ResetChannelRouting LittleGiant
ResetCCRouting LittleGiant 07
ResetNoteRouting Yamaha
}
Содержание TinyBox
Страница 1: ...THE TINYBOX User Manual v 1 4...