VST~ Question

grummel's icon

Is there any possibility to set the parameters of a vstplugin in Max/MSP in Real Time e.g. I have a sensor controller and want to trigger the parameters of the vst directly with the controller but the only possibility I found was to set them over a message box.

Would be nice if someone has a clue

ComfortableInClouds's icon

use an argument within the message box, i.e. [set $1].

pure's icon

better you use [1 $1] to control parameter one, [2 $1] for parameter two,...

p

Kyle Kaplan wrote:
> use an argument within the message box, i.e. [set $1].
> --
> -k.
>
>
>