VST 3 Examples VST 3.7
SDK for developing VST plug-in
|
#include <mdaEPianoProcessor.h>
Classes | |
struct | KGRP |
struct | VOICE |
Public Types | |
using | Base = BaseProcessor |
![]() | |
enum | Flags |
Static Public Member Functions | |
static FUnknown * | createInstance (void *) |
static | DECLARE_UID (uid, 0xFED93DB8, 0x5E81448F, 0xA3B14028, 0x879FA824) |
Static Public Attributes | |
static float | programParams [][12] |
static const int32 | kNumPrograms = 4 |
![]() | |
static const FUID | iid |
![]() | |
static const FUID | iid |
![]() | |
static const FUID | iid |
![]() | |
static const FUID | iid |
![]() | |
static const FUID | iid |
![]() | |
static const FUID | iid |
Protected Types | |
using | SynthDataT = SynthData< VOICE, kEventBufferSize, kNumVoices > |
![]() | |
using | StateT = std::vector< ParamValue > |
Protected Member Functions | |
void | setParameter (ParamID index, ParamValue newValue, int32 sampleOffset) SMTG_OVERRIDE |
void | preProcess () SMTG_OVERRIDE |
void | processEvent (const Event &event) SMTG_OVERRIDE |
void | noteEvent (const Event &event) |
void | recalculate () SMTG_OVERRIDE |
![]() | |
Processor () | |
~Processor () override | |
virtual bool | bypassProcessing (ProcessData &data) |
virtual void | checkSilence (ProcessData &data) |
virtual void | setBypass (bool state, int32 sampleOffset) |
void | processEvents (IEventList *events) |
bool | isBypassed () const |
double | getSampleRate () const |
tresult | setupProcessing (ProcessSetup &setup) SMTG_OVERRIDE |
tresult | setBusArrangements (SpeakerArrangement *inputs, int32 numIns, SpeakerArrangement *outputs, int32 numOuts) SMTG_OVERRIDE |
tresult | setState (IBStream *state) final |
tresult | getState (IBStream *state) final |
bool | checkStateTransfer () |
Protected Attributes | |
float | Fs |
float | iFs |
SynthDataT | synthData |
KGRP | kgrp [34] |
int32 | poly |
short * | waves |
float | width |
int32 | size |
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 |
RTTransferT< StateT > | stateTransfer |
Static Protected Attributes | |
static constexpr int32 | kNumVoices = 32 |
static constexpr int32 | kEventBufferSize = 64 |
using Base = BaseProcessor |
|
protected |
EPianoProcessor | ( | ) |
|
override |
Reimplemented from AudioEffect.
|
virtual |
Implements Processor.
|
inlinevirtual |
Reimplemented from Processor.
|
inlinevirtual |
Reimplemented from Processor.
|
inlinevirtual |
Reimplemented from Processor.
|
virtual |
Reimplemented from Processor.
|
virtual |
Reimplemented from Processor.
|
inlinestatic |
|
inlinestatic |
|
protectedvirtual |
Reimplemented from Processor.
|
protectedvirtual |
Reimplemented from Processor.
|
protected |
|
protectedvirtual |
Reimplemented from Processor.
|
static |
|
static |
|
protected |
|
protected |
|
staticconstexprprotected |
|
staticconstexprprotected |
|
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 |