Function switches
modButton()
Momentary pushbutton, should be assigned a button number. When held, it will change the mode of switches that are pressed/rotated.
It can also deactivate all analog injects for 20 seconds by hitting the button 3 times quickly. This is to make button mapping/calibration less of a hassle with analog injects.
hybridButton()
Any switch function that uses a hybrid button will be highlighted blue.
A switch dedicated to opening/closing switches with hybrid features, such as DDS functions, rotaryAnalog(), rotary2Modes(), and a few more.
Does not have a button number.
Funky switches have their own hybridButton function.
DDButton()
A switch dedicated to swapping between the two "layers" of 12 positions if a DDS switch.
Does not have a button number.
Funky switches have their own DDButton function.
presetButton()
A switch dedicated to enabling preset switching with a SW1PresetRotary() switch. Will need a button number assigned, as it works as a normal button. Presets can be changed when this button is held.
The preset2Bit() function does NOT need a presetButton() to work.
Last updated