PWM / Circuit control
Last updated
Last updated
These functions control .
Generally, these functions will adjust the channel volume (0 - 100% within the set PWM range on the channel) or turn the channel on/off (switching between the set volume and outputting 0V on the PWM channel).
Use a toggle switch to turn a PWM channel on/off, or just use a regular button (will have to be held pressed unless it is a physically latching button).
Set up a potentiometer to adjust the volume of a PWM channel.
Standard incremental encoder in the rotary2bit . Rotating CW will give a button pulse, rotating CCW will give a button pulse with a button number 1 value higher.
Holding the modButton will make this encoder adjust the PWM volume up and down by a custom increment.
Standard incremental encoder in the funkyRotary . Rotating CW will give a button pulse, rotating CCW will give a button pulse with a button number 1 value higher.
Holding the modButton will make this encoder adjust the PWM volume up and down by a custom increment.
Standard incremental encoder in the PEC11 Rotating CW will give a button pulse, rotating CCW will give a button pulse with a button number 1 value higher.
Holding the modButton will make this encoder adjust the PWM volume up and down by a custom increment.
Holding the modButton will make this encoder adjust the PWM volume up and down by a custom increment.
12 - position switch. Absolute.
12 - position switch. Absolute.
Standard incremental encoder in the rotaryPulse . Rotating CW will give a button pulse, rotating CCW will give a button pulse with a button number 1 value higher.
Produces no button presses, but the position of the switch is still detected by the firmware and can be used for or . The switch works like a volume knob for a PWM channel.
Works similar to, but with the added feature of producing button presses in each position. To adjust PWM volume you'l have to hold a modButton. Adjustments are with a custom increment.