|
VST 3 Examples
VST 3.7
SDK for developing VST plug-in
|
#include <mdaTalkBoxProcessor.h>
Inheritance diagram for TalkBoxProcessor:Public Member Functions | |
| TalkBoxProcessor () | |
| ~TalkBoxProcessor () | |
| int32 | getVst2UniqueId () const SMTG_OVERRIDE |
| tresult | initialize (FUnknown *context) SMTG_OVERRIDE |
| tresult | terminate () 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, 0xF235EEE4, 0x92084883, 0xAD5C8632, 0x34DFE073) |
Protected Member Functions | |
| void | recalculate () SMTG_OVERRIDE |
| void | lpc (float *buf, float *car, int32 n, int32 o) |
| void | lpc_durbin (float *r, int32 p, float *k, float *g) |
Protected Attributes | |
| float * | car0 |
| float * | car1 |
| float * | window |
| float * | buf0 |
| float * | buf1 |
| float | emphasis |
| int32 | K |
| int32 | N |
| int32 | O |
| int32 | pos |
| int32 | swap |
| float | wet |
| float | dry |
| float | FX |
| float | d0 |
| float | d1 |
| float | d2 |
| float | d3 |
| float | d4 |
| float | u0 |
| float | u1 |
| float | u2 |
| float | u3 |
| float | u4 |
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 > |
| TalkBoxProcessor | ( | ) |
| ~TalkBoxProcessor | ( | ) |
Reimplemented from AudioEffect.
|
virtual |
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 |