|
VST 3 Examples
VST 3.6.6
SDK for developing VST Plug-in
|
#include <mdaEPianoProcessor.h>
Inheritance diagram for EPianoProcessor:Data Structures | |
| struct | KGRP |
| struct | VOICE |
Public Types | |
| enum | { kNumVoices = 32, kEventBuffer = 120, kNumPrograms = 4 } |
Static Public Member Functions | |
| static FUnknown * | createInstance (void *) |
Static Public Attributes | |
| static FUID | uid |
| static float | programParams [][12] |
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 Member Functions | |
| void | setParameter (ParamID index, ParamValue newValue, int32 sampleOffset) |
| void | processEvents (IEventList *events) |
| void | noteOn (int32 note, int32 velocity) |
| void | recalculate () |
Protected Member Functions inherited from BaseProcessor | |
| BaseProcessor () | |
| ~BaseProcessor () | |
| virtual bool | bypassProcessing (ProcessData &data) |
| virtual void | checkSilence (ProcessData &data) |
| virtual void | setBypass (bool state, int32 sampleOffset) |
| virtual bool | processParameterChanges (IParameterChanges *changes) |
| virtual void | allocParameters (int32 numParams) |
| bool | isBypassed () const |
| double | getSampleRate () const |
| tresult | process (ProcessData &data) |
| tresult | setupProcessing (ProcessSetup &setup) |
| tresult | setBusArrangements (SpeakerArrangement *inputs, int32 numIns, SpeakerArrangement *outputs, int32 numOuts) |
| tresult | setState (IBStream *state) |
| tresult | getState (IBStream *state) |
Protected Attributes | |
| float | Fs |
| float | iFs |
| int32 | eventPos |
| int32 | notes [kEventBuffer+8] |
| KGRP | kgrp [34] |
| VOICE | voice [kNumVoices] |
| int32 | activevoices |
| int32 | poly |
| short * | waves |
| float | width |
| int32 | size |
| int32 | sustain |
| float | lfo0 |
| float | lfo1 |
| float | dlfo |
| float | lmod |
| float | rmod |
| float | treb |
| float | tfrq |
| float | tl |
| float | tr |
| float | tune |
| float | fine |
| float | random |
| float | stretch |
| float | overdrive |
| float | muff |
| float | muffvel |
| float | sizevel |
| float | velsens |
| float | volume |
| float | modwhl |
Protected Attributes inherited from BaseProcessor | |
| ParamValue * | params |
| uint32 | numParams |
| int32 | bypassRamp |
| float * | bypassBuffer0 |
| float * | bypassBuffer1 |
| bool | bypassState |
Protected Attributes inherited from AudioEffect | |
| ProcessSetup | processSetup |
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 |
| EPianoProcessor | ( | ) |
| ~EPianoProcessor | ( | ) |
Reimplemented from AudioEffect.
|
virtual |
Reimplemented from AudioEffect.
Reimplemented from BaseProcessor.
|
virtual |
Implements BaseProcessor.
|
inlinestatic |
|
protectedvirtual |
Reimplemented from BaseProcessor.
|
protectedvirtual |
Reimplemented from BaseProcessor.
|
protectedvirtual |
Reimplemented from BaseProcessor.
|
static |
|
static |
|
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 |