append

hdenolly@wanadoo.fr's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Hi
I am working on a patch controlling three params of a vst~
and it work well except a message error "$1" variable out of range(1)
it is because I use an object "append $1" it work well but print message error
Is it a better solution to append a parameter name and $1 for sending to vst a control change (with beakpoint)?
excuse my bad english
I send the provisory patch for explain

thanks

gusanomaxlist's icon

The "$" is a special character.
You need to put a backslash before $ so it looses its special function
within your append object and it's treated as a symbol.

Max Patch
Copy patch and select New From Clipboard in Max.