53
Apart from being a very powerful MIDI controller (and many other things, as described in the
introduction of this manual), the TinyBox also contains a MIDI MIDI router. This filter is placed
between the MIDI IN and MIDI OUT connectors, so all MIDI messages coming in through the MIDI IN
connector run through the MIDI filter/router before being forwarded to the MIDI OUT connector.
This is very specific functionality, only relevant when you have the TinyBox wired in the middle of a
larger MIDI chain, with “upstream” devices connected to the TinyBox MIDI IN. Therefore many of you
will not intend to use the filter capabilities and can safely skip this chapter.
5.6.1.
Filtering certain MIDI message types
You can filter out certain MIDI message types which can cause quite some traffic on the MIDI chain,
like the MIDI ActiveSense messages sent every 250ms by some devices. The commands for this are
BlockMidi ActiveSense // blocks FE MIDI messages
BlockMidi SystemRealtime // blocks F8,FA,FB,FC MIDI messages
BlockMidi SystemCommon // blocks F1,F2,F3,F6 MIDI messages
The blocking can be undone by sending the corresponding
AllowMidi
command.
5.6.2.
Filtering certain MIDI channels
A specific MIDI channel can be filtered out with the command
BlockChannel
channelname
With this command you can make sure that the device listening to that specific MIDI channel will only
be controlled by the TinyBox, and not by any other MIDI device connected to the TinyBox MIDI IN.
You can also block a whole range of MIDI channels, using the channel numbers 1-16 instead of channel
names. A range is specified between square brackets, and can combine several number sequences like
this :
BlockChannels [11-16] // blocks all channels from 11 till 16
BlockChannels [11,16] // only blocks channels 11 and 16
BlockChannels [1-4,10,13-16] // a combination of ranges
Содержание TinyBox
Страница 1: ...THE TINYBOX User Manual v 1 4...