31
The TinyBox programming language
The following pages describe in detail the syntax to be used for creating a TinyBox setup.
It is important to preserve the correct order of the different parts in your setup :
1.
Define preset, effect, trigger and sweep names
2.
Define the bank structure of the setup
3.
Optionally define songs and setlist
4.
Optionally define commands to be sent when powering the TinyBox
5.
Optionally define commands to be sent when selecting each song or bank
6.
Define all contents for the presets, effects, triggers and sweeps (in any order)
0.
Comments
Multiline comments can be used at any place in the setup in order to document the different parts of
the setup
/*
[ any multiline
text here...]
*/
Inline comments can be used at the start of any line or at the end of any command
// [any inline text here...]
SendMidi KPA ProgChange 10 // [any comment at the end of the line]
Содержание TinyBox
Страница 1: ...THE TINYBOX User Manual v 1 4...