How To | Controlling a knob with incremental button commands
Procedure
With a knob control, some situations may call to have the value adjusted in set increments. The steps below will show hot to accomplish this:
- Select your knob control and copy/paste it into your UCI or Design.
- Select the knob.
- In Properties go to Presentation and select Button.
- Change Push Action to String
- Change Button String to += .1 (increase) or -=.1 (decrease)
To adjust the increment value, change the ".1" to any desired amount.