Page 1 of 1

Posted: 16 Dec 2018, 18:59
by x.iso
It was addressed in different forum, that essentially VST's inputs only accept 0-1 value range (however, I've observed 0-10 in some rare cases), but they should contain information about their actual value range, which is represented in some DAW's without using GUI of the plugin.

One of the ways to do it in Usine could be by assigning said range automatically, when you pull a wire from parameter inlet and create Change Scale out of it. (so it will assign actual min and max for input and 0-1 for output). Same thing in reverse for outlet could prove useful as well. It works the same with some Usine modules.

Posted: 09 Jan 2019, 14:20
by senso
I'll try to display real values in the module (as a string given by the VST)
But in any case input are [0..1] in the vst specification.