| VST 3 Examples
    VST 3.7
    SDK for developing VST plug-in | 
#include <mdaEPianoProcessor.h>
 Inheritance diagram for EPianoProcessor:
 Inheritance diagram for EPianoProcessor:| Classes | |
| struct | KGRP | 
| struct | VOICE | 
| Public Types | |
| using | Base = BaseProcessor | 
| Public Member Functions | |
| EPianoProcessor () | |
| ~EPianoProcessor () | |
| int32 | getVst2UniqueId () const SMTG_OVERRIDE | 
| tresult | initialize (FUnknown *context) SMTG_OVERRIDE | 
| tresult | terminate () SMTG_OVERRIDE | 
| tresult | setActive (TBool state) SMTG_OVERRIDE | 
| void | doProcessing (ProcessData &data) SMTG_OVERRIDE | 
| bool | hasProgram () const SMTG_OVERRIDE | 
| Steinberg::uint32 | getCurrentProgram () const SMTG_OVERRIDE | 
| Steinberg::uint32 | getNumPrograms () const SMTG_OVERRIDE | 
| void | setCurrentProgram (Steinberg::uint32 val) SMTG_OVERRIDE | 
| void | setCurrentProgramNormalized (ParamValue val) SMTG_OVERRIDE | 
|  Public Member Functions inherited from SampleAccurateBaseProcessor | |
| SampleAccurateBaseProcessor () | |
| void | allocParameters (int32 numParams) final | 
| tresult | process (ProcessData &data) final | 
| bool | processParameterChanges (IParameterChanges *changes) final | 
| 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 | 
| Protected Types | |
| using | SynthDataT = SynthData< VOICE, kEventBufferSize, kNumVoices > | 
| 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 | 
| 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 | 
| Static Protected Attributes | |
| static constexpr int32 | kNumVoices = 32 | 
| static constexpr int32 | kEventBufferSize = 64 | 
| Additional Inherited Members | |
|  Public Attributes inherited from AudioEffect | |
| OBJ_METHODS(AudioEffect, Component) DEFINE_INTERFACES DEF_INTERFACE(IAudioProcessor) DEF_INTERFACE(IProcessContextRequirements) END_DEFINE_INTERFACES(Component) REFCOUNT_METHODS(Component) protected ProcessContextRequirements | processContextRequirements | 
| 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 IPtr < IConnectionPoint > | peerConnection | 
| using Base = BaseProcessor | 
| 
 | protected | 
| EPianoProcessor | ( | ) | 
| ~EPianoProcessor | ( | ) | 
Reimplemented from AudioEffect.
| 
 | virtual | 
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 | 
| 
 | staticprotected | 
| 
 | staticprotected | 
| 
 | 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 |