How To | Controlling a knob with incremental button commands

Updated at February 1st, 2023

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:


  1. Select your knob control and copy/paste it into your UCI or Design.
  2. Select the knob.
  3. In Properties go to Presentation and select Button.
  4. Change Push Action to String
  5. Change Button String to += .1 (increase) or -=.1 (decrease)

To adjust the increment value, change the ".1" to any desired amount.