Preset

Have a look at this page for info on the preset system.

There are fuctions that can be used to change preset. Not included here is SW1PresetRotary(), which has a seperate page.

preset2Bit()

Standard incremental encoder setup. Rotating CW will give a button pulse, rotating CCW will give a button pulse with a button number 1 value higher.

Added function is the ability to change presets. If holding the modButton(), rotating this switch will more to a higher/lower preset.

presetNext()

A simple, momentary push button that goes to next preset when hit. Does not produce a button number press.

presetPrevious()

A simple, momentary push button that goes to prevous preset when hit. Does not produce a button number press.

Last updated