vst object

zarby's icon

hello,

i use a vst object where i load a plug in,
after i close max and when i come back there is more plugin in!!!!
why?

thank you
laurent

Stan's icon

can you please paste a simple patch as an example. It will be much easier to answer your questions.

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

i just use the vst object help patch
the problem is that max don't store the loaded plugin and
don't reopen it when i launch my project
here is the patch :

thank you
laurent

Andrew Pask's icon

The vst~ object does not do this for you automatically.

If you wish to restore state with the vst~ object you must give it arguments for the plugin and the preset

-A

zarby's icon

ok, but i'm completly new on max, can you tell how to do that?
is it with the patt.... object?

thank you
laurent

ShelLuser's icon

I'd start by going over the vst~ reference page. This tells you all about how you can use the vst~ object (what arguments / attributes you can use or what messages you can send to it).

This has all the info you need to open windows, save (and load) current settings, etc.