vst and NI Absynth

Thinksamuel's icon

I want to integrate NI's Absynth in my patch using the vst~ object but I have some questions.When asking the parameters I get the following list:

print: Macro Control 1
print: Macro Control 2
print: Macro Control 3
print: Macro Control 4
print: Macro Control 5
print: Macro Control 6
print: Macro Control 7
print: Macro Control 8
print: Macro Control 9
print: Macro Control 1
print: Macro Control 1
print: Macro Control 1
print: Macro Control 1
print: Macro Control 1
print: Pan LR
print: Pan FB
print: Attack
print: Decay
print: Sustain
print: Release

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

As you can see, multiple Macro Control 1 so I do not know where that points to. Also, when sending a message I get an error message that the parameter Macro is unknown. The named parameters (like attack) seem to work fine.
So questions: what are the macro Controls? How do I deal with the multiples?

Dan Nigrin's icon

My guess is that the names are getting truncated somewhere, and that all those "Macro Control 1" values are really Macro Control 10, Macro Control 11, etc..

Dan Nigrin's icon

Oh, and you may need to enclose the Parameters with spaces in their names with quotes...