![Gordius TinyBox User Manual Download Page 37](http://html1.mh-extra.com/html/gordius/tinybox/tinybox_user-manual_2244906037.webp)
36
SYNTAX :
When you add the instruction “USE_DIRECT_BANK” prior to the BANKS specification, the first line in
the bank list will define the Direct Bank contents. You will notice that the editor will automatically
change the first bank name to “Direct Bank”, this cannot be modified.
Global switches
Even without using the “Direct Bank” structure you can have one or a few effects available in all banks,
simply by linking the same preset or effect to the same switch in each bank. In order to make that easy
for you, you can add one or several “GLOBALSWITCH” definitions prior to the BANKS specification.
When doing so, the editor will automatically fill in the given preset name(s) on the given switch
position(s) in each new bank.
For instance, after specifying switch 5 to be a global switch for TapTempo, you can simply click <ENTER>
in the BANKS section (between the 2 curly braces), and the editor will create a new bank template for
you, with the switch 5 position already containing the TapTempo preset :
GLOBALSWITCH [1…10] =
[presetname]
BANKS =
{
[bank name]
:
[preset name]
|
[preset name]
| … |
[preset name]
[bank name]
:
[preset name]
|
[preset name]
| … |
[preset name]
…
}
// or if you want to use the Direct Bank functionality :
GLOBALSWITCH [1…10] =
[presetname]
USE_DIRECT_BANK
BANKS =
{
Direct Bank
:
[preset name]
|
[preset name]
| … |
[preset name]
[bank name]
:
[preset name]
|
[preset name]
| … |
[preset name]
…
}