Page 1 of 1

Posted: 03 Nov 2008, 20:26
by rv_coder
In the VST plugin window, there should be a random function to randomize all vst parameters at the same time. The best
would be a shortcut, for example ctrl+r.

And thanks to give as the free version almost fully functional!!!

By.

Posted: 04 Nov 2008, 13:57
by senso
@rv_coder
the problem is that in a vst only few parameters are interesting to randomize. For example in a synthedit vst a randomize all is unusable because most parameters are 'intern params'.

So for each parameter we should be able to set if they are randomizable or not and also set the random range.
It's very hard to implement...but not impossible...