VST 3 Examples VST 3.7
SDK for developing VST plug-in
|
#include <mdaPianoProcessor.h>
Classes | |
struct | KGRP |
struct | VOICE |
Public Types | |
enum | { NPARAMS =12 , WAVELEN =586348 } |
using | Base = BaseProcessor |
Public Types inherited from IProcessContextRequirements | |
enum | Flags |
Static Public Member Functions | |
static FUnknown * | createInstance (void *) |
static | DECLARE_UID (uid, 0xA77EA27C, 0x1F184322, 0xBBD2AD93, 0x73A2B7A0) |
Static Public Attributes | |
static const int32 | kNumPrograms = 8 |
static float | programParams [][NPARAMS] |
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 |
Static Public Attributes inherited from IProcessContextRequirements | |
static const FUID | iid |
Protected Types | |
using | SynthDataT = SynthData< VOICE, kEventBufferSize, kNumVoices > |
Protected Types inherited from Processor | |
using | StateT = std::vector< ParamValue > |
Protected Attributes | |
float | Fs |
float | iFs |
SynthDataT | synthData |
KGRP | kgrp [16] |
global internal variables More... | |
int32 | poly |
int32 | cpos |
short * | waves |
int32 | cmax |
float * | comb |
float | cdep |
float | width |
float | trim |
int32 | size |
float | tune |
float | fine |
float | random |
float | stretch |
float | muff |
float | muffvel |
float | sizevel |
float | velsens |
float | volume |
Steinberg::uint32 | currentProgram |
Protected Attributes inherited from Processor | |
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 |
PianoProcessor | ( | ) |
~PianoProcessor | ( | ) |
|
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.
|
protected |
|
static |
|
static |
|
protected |
|
protected |
|
staticconstexprprotected |
|
staticconstexprprotected |
|
protected |
|
protected |
global internal variables
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |