|
VST 3 Examples
VST 3.7
SDK for developing VST plug-in
|
#include <mdaBeatBoxProcessor.h>
Inheritance diagram for BeatBoxProcessor:Public Member Functions | |
| BeatBoxProcessor () | |
| int32 | getVst2UniqueId () const SMTG_OVERRIDE |
| tresult | initialize (FUnknown *context) SMTG_OVERRIDE |
| tresult | setActive (TBool state) SMTG_OVERRIDE |
| void | doProcessing (ProcessData &data) SMTG_OVERRIDE |
Public Member Functions inherited from SampleAccurateBaseProcessor | |
| SampleAccurateBaseProcessor () | |
| void | allocParameters (int32 numParams) final |
| tresult | process (ProcessData &data) final |
| bool | processParameterChanges (IParameterChanges *changes) final |
Static Public Member Functions | |
| static FUnknown * | createInstance (void *) |
| static | DECLARE_UID (uid, 0x9E6A6E95, 0x9B734440, 0x97D787BE, 0xBBDDD831) |
Protected Member Functions | |
| void | recalculate () SMTG_OVERRIDE |
Protected Attributes | |
| float | hthr |
| float | hfil |
| float | sthr |
| float | kthr |
| float | kfil1 |
| float | kfil2 |
| float | mix |
| float | klev |
| float | hlev |
| float | slev |
| float | ww |
| float | wwx |
| float | sb1 |
| float | sb2 |
| float | sf1 |
| float | sf2 |
| float | sf3 |
| float | kww |
| float | kwwx |
| float | ksb1 |
| float | ksb2 |
| float | ksf1 |
| float | ksf2 |
| float | dyne |
| float | dyna |
| float | dynr |
| float | dynm |
| float * | hbuf |
| float * | kbuf |
| float * | sbuf |
| float * | sbuf2 |
| int32 | hbuflen |
| int32 | hbufpos |
| int32 | hdel |
| int32 | sbuflen |
| int32 | sbufpos |
| int32 | sdel |
| int32 | sfx |
| int32 | kbuflen |
| int32 | kbufpos |
| int32 | kdel |
| int32 | ksfx |
| int32 | rec |
| int32 | recx |
| int32 | recpos |
Additional Inherited Members | |
Public Types inherited from IProcessContextRequirements | |
| enum | Flags |
Public Attributes inherited from AudioEffect | |
| OBJ_METHODS(AudioEffect, Component) DEFINE_INTERFACES DEF_INTERFACE(IAudioProcessor) DEF_INTERFACE(IProcessContextRequirements) END_DEFINE_INTERFACES(Component) REFCOUNT_METHODS(Component) protected ProcessContextRequirements | processContextRequirements |
| 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 IPtr < IConnectionPoint > | peerConnection |
Static Public Attributes inherited from IPluginBase | |
| 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 IProcessContextRequirements | |
| static const FUID | iid |
Protected Types inherited from Processor | |
| using | StateT = std::vector< ParamValue > |
| BeatBoxProcessor | ( | ) |
Reimplemented from AudioEffect.
|
virtual |
Implements Processor.
|
inlinestatic |
|
inlinestatic |
|
protectedvirtual |
Reimplemented from Processor.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |