|
VST 3 Examples
VST 3.6.7
SDK for developing VST Plug-in
|
#include <mdaPianoProcessor.h>
Inheritance diagram for PianoProcessor:Data Structures | |
| struct | KGRP |
| struct | VOICE |
Public Types | |
| enum | { EVENTBUFFER =120, EVENTS_DONE =99999999, NPARAMS =12, kNumPrograms = 8, NVOICES =32, SUSTAIN =128, WAVELEN =586348 } |
Static Public Member Functions | |
| static FUnknown * | createInstance (void *) |
Static Public Attributes | |
| static FUID | uid |
| 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 |
Protected Attributes | |
| float | Fs |
| float | iFs |
| int32 | notes [EVENTBUFFER+8] |
| KGRP | kgrp [16] |
| global internal variables More... | |
| VOICE | voice [NVOICES] |
| int32 | activevoices |
| int32 | poly |
| int32 | cpos |
| short * | waves |
| int32 | cmax |
| float * | comb |
| float | cdep |
| float | width |
| float | trim |
| int32 | size |
| int32 | sustain |
| float | tune |
| float | fine |
| float | random |
| float | stretch |
| float | muff |
| float | muffvel |
| float | sizevel |
| float | velsens |
| float | volume |
| int32 | eventPos |
| Steinberg::uint32 | currentProgram |
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 |
| PianoProcessor | ( | ) |
| ~PianoProcessor | ( | ) |
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.
|
protected |
|
static |
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
global internal variables
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |