Hi all - is it possible to tell a fader (or other continuously variable control) to only have a defined number of values/steps? For example if I associated a fader with the pitch interval parameter in my harmoniser plugin (Octavox) I would want it to have 29 values to represent the 29 values that are available for this parameter on the plugin. So that when you move the fader it only outputs those 29 values and not all the ones in between.
Ideally the fader would also have 29 steps or ‘clicks’ when used rather than a smooth slide.
I’m guessing this might involve some sort of script with a table or equivalent that associated each text value with a specific numerical value between 0 and 1.
In my use case actually the second part would be more useful than the first as I have just discovered that the text strings associated with each plugin parameter value are output as a separate message to the numerical value of the fader so I can deal with those at the message destination, but any ideas on this would be great.
Many thanks in advance.
Maybe this is what you are looking for
1 Like
If the 29 values are equally spaced out over the entire range of the widget, try this
3 Likes
This looks excellent - thanks for bringing it to my attention