|
VST 3 Examples
VST 3.7
SDK for developing VST plug-in
|
#include <mdaComboProcessor.h>
Inheritance diagram for ComboProcessor:Public Member Functions | |
| ComboProcessor () | |
| ~ComboProcessor () | |
| 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, 0x11C1BD22, 0x888F4F17, 0xB2E2A77B, 0x51CEDCD6) |
Protected Member Functions | |
| void | recalculate () SMTG_OVERRIDE |
| void | clearBuffers () |
| float | filterFreq (float hz) |
Protected Attributes | |
| float | clip |
| float | drive |
| float | trim |
| float | lpf |
| float | hpf |
| float | mix1 |
| float | mix2 |
| float | ff1 |
| float | ff2 |
| float | ff3 |
| float | ff4 |
| float | ff5 |
| float | bias |
| float | ff6 |
| float | ff7 |
| float | ff8 |
| float | ff9 |
| float | ff10 |
| float | hhf |
| float | hhq |
| float | hh0 |
| float | hh1 |
| float * | buffer |
| float * | buffe2 |
| int32 | size |
| int32 | bufpos |
| int32 | del1 |
| int32 | del2 |
| int | mode |
| int | ster |
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 > |
| ComboProcessor | ( | ) |
| ~ComboProcessor | ( | ) |
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 |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |