Page 1 of 1

Posted: 26 Feb 2016, 07:22
by woodslanding
I want to change a single parameter value by using the 'parameters' input on the VST. Without changing other parameters. So basically:

set param #xxx to value 0.344

What's the most elegant way to do this? I think I'm going about it the wrong way, but I'm still a little confused about using HH array modules.

Thanks!
-eric

Posted: 26 Feb 2016, 13:59
by sephult
Yeah just specifying the index and parameter number, using Set Array Element Value.

Take a look at VST DAD Addon should be in: Addons-Others-VST Tools. In the 8ArrayIndexModifiers subpatch that is really all that is being done to set the value, The reset is for associating index numbers with parameter names, and the drag and drop stuff.

-S