|
VST 3 Examples
VST 3.6.7
SDK for developing VST Plug-in
|
#include <againsidechain.h>
Inheritance diagram for AGainWithSideChain:Static Public Member Functions | |
| static FUnknown * | createInstance (void *) |
Static Public Member Functions inherited from AGain | |
| static FUnknown * | createInstance (void *) |
Protected Member Functions | |
| template<typename SampleType > | |
| SampleType | processAudioWithSideChain (SampleType **in, SampleType **out, SampleType **aux, int32 numChannels, int32 sampleFrames, float gain) |
Protected Member Functions inherited from AGain | |
| template<typename SampleType > | |
| SampleType | processAudio (SampleType **input, SampleType **output, int32 numChannels, int32 sampleFrames, float gain) |
Additional Inherited Members | |
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 |
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 |
Protected Attributes inherited from AGain | |
| float | fGain |
| float | fGainReduction |
| float | fVuPPMOld |
| int32 | currentProcessMode |
| bool | bHalfGain |
| bool | bBypass |
Protected Attributes inherited from AudioEffect | |
| ProcessSetup | processSetup |
|
inlinestatic |
|
virtual |
Reimplemented from AGain.
|
virtual |
Reimplemented from AGain.