Open paulpiko opened 4 years ago
I'm not sure if this is possible with the way modules internally handle the range of parameter knobs, but I will examine the option. Also, do you happen to know of an example module that allows typing into the context menu?
One that allows typing in the context menu Submarine TD-202; the foreground and background colours.
If changing the range of pos isn't an option, maybe you could let the user type in the wave number and table calculate the appropriate pos (rather than the user having to calculate it).
The table pos ranges from 0 to 1.
I'd like an easier way to pick a particular wave in the table. For example, if I want wave 60 from a table of 64, I have to set the pos to 0.9524 (i.e. wave number divided by (table length - 1) ). Currently I have to calculate that.
One possibility would be to let the user type in the number of table entries (in the context menu), then table would set the range of pos to that number. That would mean if you want wave 60, you set pos to 60.