79
-
In a last set of tests, the TinyBox MIDI latency for triggering presets is measured. To do so, the
“virtual FCB1010” functionality is used, which allows to simulate a click on an FCB1010
footswitch from a computer. The delay between this “virtual” click and the resulting MIDI
message sent by the activated preset is measured.
In a first test, a simple preset is used, which triggers a ProgramChange MIDI message. A second
test uses a setup with more complex TinyBox functionality (conditional logic and additional
effect activation) in order to measure the influence of this functionality on latency. A last test
verifies the influence of the preset content size on latency, more specifically by using a very
large “switch” statement.
Preset content for testing influence of more complex TinyBox commands
CHANNEL test1 = 1
CHANNEL test2 = 2
VAR $test = 100
EFFECT_ON effect 1 = SendMidi test2 CtrlChange 13 127
PRESET preset 1 =
{
if($test < 100)
{
SendMidi test1 ProgChange 123
}
else
{
SwitchOn effect 1
}
}
Содержание TinyBox
Страница 1: ...THE TINYBOX User Manual v 1 4...