Get all Parametervalues of the vst object
Is it possible to receive all the values of adjustable parameters of a vst object?:
I would like to build a morping surface for presets with the nodes object.
it has one command for that, dont know offhand but its in the
docs as well as in the inlet info (at least it was before max6)
hm can't find it, could you please tell me the commands name?
you can request the number of parameters by counting the answers
to "params", and then you can ask for their states by "get 1", "get 2" ...
Roman is correct,send 'params' to the vst~ object & get result from outlet
It is in the documentation of vst~ in Max 6 - under...amazingly, 'parameters'.
If you want the current value of one or all parameters you have to send individual commands
hth
S
Thank you guys! Awesome!