VST~ bang when finished loading.
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.
FAQ .. might wanna use the search. :)
Hi Roman,
Thanks.. it was late :)
Perfect. Working now.
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.
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.