vst4cs enables the use of VST plugin effects and synthesizers within Csound. The following opcodes are available:
vstinit - Loads a plugin.
vstaudio, vstaudiog - Returns a plugin's output.
vstmidiout - Sends MIDI data to a plugin.
vstparamset, vstparamget - Sends and receives automation data to and from the plugin.
vstnote - Sends a MIDI note with definite duration.
vstinfo - Outputs the Parameter and Program names for a plugin.
vstbankload - Loads an .fxb
Bank.
vstprogset - Sets a Program in an .fxb
Bank.
vstedit - Opens the GUI editor for the plugin, when available.
By: Andres Cabrera and Michael Gogins
Uses code from Hermann Seib's VSTHost and Thomas Grill's vst~ object.
VST is a trademark of Steinberg Media Technologies GmbH. VST Plug-In Technology by Steinberg.