![Gordius TinyBox Скачать руководство пользователя страница 30](http://html1.mh-extra.com/html/gordius/tinybox/tinybox_user-manual_2244906030.webp)
29
Example 6 : a programmable MIDI filter
// The TinyBox can act as a fully programmable and dynamic MIDI filter.
// You can configure a fixed MIDI filter for all incoming MIDI,
// or you program presets to adapt that filter at any time.
// Several levels of filtering are available:
// - block certain message types (ActiveSense, SystemCommon, SystemRealtime)
// - block certain MIDI channels or channel ranges
// - block certain ControlChange numbers
// - block a range of Note messages
// Some examples of the commands available for programming the MIDI filter :
INIT_TINYBOX =
{
BlockMidi ActiveSense
BlockMidi SystemCommon
BlockMidi SystemRealtime
BlockChannels [8-16]
BlockChannel LittleGiant
BlockCC ElevenRack 7
BlockNotes Hammond C0-C2
AllowMidi ActiveSense
AllowMidi SystemCommon
AllowMidi SystemRealtime
ResetChannelRouting LittleGiant
ResetCCRouting ElevenRack 7
ResetNoteRouting Hammond
ResetMidiFilter
}
Содержание TinyBox
Страница 1: ...THE TINYBOX User Manual v 1 4...