|
VST 3 Examples
VST 3.6.6
SDK for developing VST Plug-in
|
#include <plug.h>
Inheritance diagram for Plug:Static Public Member Functions | |
| static FUnknown * | createInstance (void *context) |
| static FUnknown * | createInstance (void *context) |
Data Fields | |
| OBJ_METHODS(Plug, AudioEffect) DEFINE_INTERFACES DEF_INTERFACE(Vst int32 | mPrefetchableMode |
Data Fields inherited from AudioEffect | |
| OBJ_METHODS(Component, ComponentBase) DEFINE_INTERFACES DEF_INTERFACE(IComponent) END_DEFINE_INTERFACES(ComponentBase) REFCOUNT_METHODS(ComponentBase) protected BusList | audioInputs |
| BusList | audioOutputs |
| BusList | eventInputs |
| BusList | eventOutputs |
| OBJ_METHODS(ComponentBase, FObject) DEFINE_INTERFACES DEF_INTERFACE(IPluginBase) DEF_INTERFACE(IConnectionPoint) END_DEFINE_INTERFACES(FObject) REFCOUNT_METHODS(FObject) protected IConnectionPoint * | peerConnection |
Protected Attributes | |
| bool | bBypass |
Protected Attributes inherited from AudioEffect | |
| ProcessSetup | processSetup |
Additional Inherited Members | |
Static Public Attributes inherited from IPluginBase | |
| static const FUID | iid |
Static Public Attributes inherited from FUnknown | |
| static const FUID | iid |
Static Public Attributes inherited from IConnectionPoint | |
| static const FUID | iid |
Static Public Attributes inherited from IComponent | |
| static const FUID | iid |
Static Public Attributes inherited from IAudioProcessor | |
| static const FUID | iid |
Static Public Attributes inherited from IPrefetchableSupport | |
| static const FUID | iid |
| Plug | ( | ) |
| Plug | ( | ) |
|
inlinestatic |
Called at first after constructor.
Reimplemented from AudioEffect.
|
overridevirtual |
Here we go...the process call.
Reimplemented from AudioEffect.
For persistence.
Reimplemented from AudioEffect.
Reimplemented from AudioEffect.
|
inlinestatic |
Called at first after constructor.
Reimplemented from AudioEffect.
|
overridevirtual |
Here we go...the process call.
Reimplemented from AudioEffect.
For persistence.
Reimplemented from AudioEffect.
Reimplemented from AudioEffect.
|
overridevirtual |
Implements IPrefetchableSupport.
|
protected |
| OBJ_METHODS (Plug, AudioEffect) DEFINE_INTERFACES DEF_INTERFACE (Vst int32 mPrefetchableMode |