Description
In a recent thread on RWP, a user has run into problems controlling the midi ctrl src 1 and 2 parameters of Synth1 (a free, accessible and highly automatable VSTI). This seems to stem from the instrument supporting 65536 values per parameter, whereas I'm lead to believe that right now, the slider control OSARA uses supports 10000 steps.
The upshot of this is that with some parameters, it's not currently possible to increment or decrement in single steps using OSARA's Parameters dialog. Synth1 is being used as an example here, but I've also seen this with other VSTI's. IN particular, it seems to be tricksy wherever a parameter is relaying CC messages.
The discussion lead me to a couple of questions whenever someone with knowledge has time to jot down their thoughts:
- Would there be much work involved to increase the amount of values our slider can support?
- Would that be cross platform if implemented?
- If there's any mileage in this, is there anything I can do to be useful? :)
TIA