vst object
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
can you please paste a simple patch as an example. It will be much easier to answer your questions.
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
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
ok, but i'm completly new on max, can you tell how to do that?
is it with the patt.... object?
thank you
laurent
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.