VST~ bang when finished loading.

AudioLemon's icon

Hello,

Is there anyway to get a notification/bang when the vst~ object has finished loading. I would like to use this completion bang to send the params message to the vst~ object so I can autopopulate a umenu. I guess I can use a delay of some time but I was wondering if there was another way.

Roman Thilenius's icon

FAQ .. might wanna use the search. :)

AudioLemon's icon

Hi Roman,

Thanks.. it was late :)

Perfect. Working now.

AudioLemon's icon
Max Patch
Copy patch and select New From Clipboard in Max.

I thought I should post up my patch. I didn't actually need a bang I just needed to send the messages sequentially so [plug, params( did the trick. Small things often trip me up in Max.

Roman Thilenius's icon

yup, a quick and dirty "plug, params" already should do the trick.

if needed, you could now add a [t b] at the [unpack f f] to tell max when the plug-in has finished loading.