Meta-parameters are usually a continuous range, e.g. -100% .. 100%.
I know you can map the range by min/max pairs.
But what if I need discrete values, like the transpose and octave knobs in the oscillator? Is that possible somehow? Say a range of integers, where the knob only has as many discrete positions as the amount of integers in the range.
And if so, is there a way to map each position to a arbitrary output value?
(I feel a short "no" coming
Background: trying to mimic my synth, and somehow reuse its patches, and some of its parameters have a discrete range.
