VST 3 Examples
VST 3.6.7
SDK for developing VST Plug-in
|
#include <mdaEPianoProcessor.h>
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 const FUID | iid |
![]() | |
static const FUID | iid |
![]() | |
static const FUID | iid |
![]() | |
static const FUID | iid |
![]() | |
static const FUID | iid |
Protected Member Functions | |
void | setParameter (ParamID index, ParamValue newValue, int32 sampleOffset) SMTG_OVERRIDE |
void | processEvents (IEventList *events) SMTG_OVERRIDE |
void | noteOn (int32 note, int32 velocity) |
void | recalculate () SMTG_OVERRIDE |
![]() | |
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) SMTG_OVERRIDE |
tresult | setupProcessing (ProcessSetup &setup) SMTG_OVERRIDE |
tresult | setBusArrangements (SpeakerArrangement *inputs, int32 numIns, SpeakerArrangement *outputs, int32 numOuts) SMTG_OVERRIDE |
tresult | setState (IBStream *state) SMTG_OVERRIDE |
tresult | getState (IBStream *state) SMTG_OVERRIDE |
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 |
Steinberg::uint32 | currentProgram |
![]() | |
ParamValue * | params |
uint32 | numParams |
int32 | bypassRamp |
float * | bypassBuffer0 |
float * | bypassBuffer1 |
bool | bypassState |
![]() | |
ProcessSetup | processSetup |
Additional Inherited Members | |
![]() | |
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.
|
inlinevirtual |
Reimplemented from BaseProcessor.
|
inlinevirtual |
Reimplemented from BaseProcessor.
|
virtual |
Reimplemented from BaseProcessor.
|
virtual |
Reimplemented from 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 |
|
protected |