using vst synths with max/msp
Hi!
I was wondering what's the easiest way to use a vst synth with max/msp.
thanks!
Max has a [vst~] object which can load and control VST and AU plugins.
If you are on a Mac and some AU plugin has no GUI, or crashes, try the VST version and vice versa. If you have too many plugins in your patcher, Max may go crazy.
Note: The rightmost output of the [midiparse] object provides the 'midievent' parameter that is used by [vst~].
—
Alternatively, your synth may have a standalone version which runs as a separate application and can be controlled by Max. This is often preferable, but if you need the audio signal in Max you have to use virtual audio ports (or patch your interface) to get the sound into Max.
thanks a lot peter, that was very helpful!