These are the settings that are for all the switch controls of this patch
$button <arg> is the start
<arg> possible values 1-64
1-8 = Encoder Push-Function top row, Group 1
9-16 = Encoder Push-Function top row, Group 2
17-24 = Encoder Push-Function top row, Group 3
25-32 = Encoder Push-Function top row, Group 4
33-40 = Block under top encoders, top row
41-48 = Block under top encoders, bottom row
49-52 = Block bottom right
53-56 = STORE, LEARN, EDIT, EXIT
57-60 = Buttons for the Encoder-Groups
61 = Footswitch 1
62 = Footswitch 2
63 = Preset <
64 = Preset >
Parameters just for the buttons
.mode <arg>
<arg> possible values down, updown,toggle
One MIDI message is sent in down with maximum value.
In the updown mode the max value is sent on the down push and the min value is sent when releasing the button.
The toggle is like the down mode, but it alternates the value from the min to the max on each down press.
Note that the .mode in the $encoder is completely different.
Common parameters to encoders, buttons and faders.
.minmax <arg1> <arg2>
The range of the encoder. <arg1> is normally the smaller value, but if you make it bigger than <arg2> then the encoder works in reverse – not usable with .easypar
For buttons <arg1> off value and <arg2> the on value
<arg1> and <arg2> possible values 0 to 16383
.showvalue <arg>
Displays the val in the LED display
<arg> possible value on or off
.default <arg>
<arg> possible value anything within the .minmax range
Either .easypar or .tx but not both
.easypar <args>
Examples
.easypar CC 1 16 44 55 absolute
Midi Controller (CC) , MidiChannel (1), Controller number (16), min vale (44) , max value (55), method(absolute)
(see general section)
.tx <arg>
(see encoders section)
anyone like to try a translation of this section of
http://sequencer.de/synth/index.php/B-Control-Tokenreferenz
Stefan_68