#include <again.h>
Inheritance diagram for AGain:

Public Member Functions | |
| AGain () | |
| tresult PLUGIN_API | initialize (FUnknown *context) |
| tresult PLUGIN_API | terminate () |
| tresult PLUGIN_API | setActive (TBool state) |
| tresult PLUGIN_API | process (ProcessData &data) |
| tresult | receiveText (const char *text) |
| tresult PLUGIN_API | setState (IBStream *state) |
| tresult PLUGIN_API | getState (IBStream *state) |
| tresult PLUGIN_API | setupProcessing (ProcessSetup &newSetup) |
| tresult PLUGIN_API | setBusArrangements (SpeakerArrangement *inputs, int32 numIns, SpeakerArrangement *outputs, int32 numOuts) |
Static Public Member Functions | |
| static FUnknown * | createInstance (void *context) |
Definition at line 61 of file again.h.
| static FUnknown* AGain::createInstance | ( | void * | context | ) | [inline, static] |
| tresult PLUGIN_API AGain::initialize | ( | FUnknown * | context | ) |
| tresult PLUGIN_API AGain::process | ( | ProcessData & | data | ) | [virtual] |
here we go...the process call
Reimplemented from Steinberg::Vst::AudioEffect.
| tresult AGain::receiveText | ( | const char * | text | ) | [virtual] |
test of a communication way between controller and component
Reimplemented from Steinberg::Vst::ComponentBase.
On/Off of the plugin
Reimplemented from Steinberg::Vst::Component.
| tresult PLUGIN_API AGain::setBusArrangements | ( | SpeakerArrangement * | inputs, | |
| int32 | numIns, | |||
| SpeakerArrangement * | outputs, | |||
| int32 | numOuts | |||
| ) | [virtual] |
Bus arrangement managing: in this example the again will be mono for mono input/output and stereo for other arrangements.
Reimplemented from Steinberg::Vst::AudioEffect.
| tresult PLUGIN_API AGain::setState | ( | IBStream * | state | ) |
| tresult PLUGIN_API AGain::setupProcessing | ( | ProcessSetup & | newSetup | ) | [virtual] |
will be called before any process call
Reimplemented from Steinberg::Vst::AudioEffect.
| tresult PLUGIN_API AGain::terminate | ( | ) | [virtual] |
called at the end before destructor
Reimplemented from Steinberg::Vst::Component.