Get all Parametervalues of the vst object

Sym's icon

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.

Roman Thilenius's icon

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)

Sym's icon

hm can't find it, could you please tell me the commands name?

Roman Thilenius's icon

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" ...

Simon's icon

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

Sym's icon

Thank you guys! Awesome!