| VST 3 Examples
    VST 3.7
    SDK for developing VST plug-in | 
#include <mdaBandistoProcessor.h>
 Inheritance diagram for BandistoProcessor:
 Inheritance diagram for BandistoProcessor:| Public Member Functions | |
| BandistoProcessor () | |
| int32 | getVst2UniqueId () const SMTG_OVERRIDE | 
| tresult | initialize (FUnknown *context) SMTG_OVERRIDE | 
| void | doProcessing (ProcessData &data) SMTG_OVERRIDE | 
| Static Public Member Functions | |
| static FUnknown * | createInstance (void *) | 
| static | DECLARE_UID (uid, 0x79F1CDBB, 0x1F004396, 0x947E35BA, 0x22B4FA6D) | 
| Protected Member Functions | |
| void | recalculate () SMTG_OVERRIDE | 
| Protected Attributes | |
| float | gain1 | 
| float | driv1 | 
| float | trim1 | 
| float | gain2 | 
| float | driv2 | 
| float | trim2 | 
| float | gain3 | 
| float | driv3 | 
| float | trim3 | 
| float | fi1 | 
| float | fb1 | 
| float | fo1 | 
| float | fi2 | 
| float | fb2 | 
| float | fo2 | 
| float | fb3 | 
| float | slev | 
| int | valve | 
| Additional Inherited Members | |
|  Private Types inherited from IProcessContextRequirements | |
| enum | Flags | 
|  Private Member Functions inherited from SampleAccurateBaseProcessor | |
| SampleAccurateBaseProcessor () | |
| void | allocParameters (int32 numParams) final | 
| tresult | process (ProcessData &data) final | 
| bool | processParameterChanges (IParameterChanges *changes) final | 
|  Private 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 | 
|  Static Private Attributes inherited from IPluginBase | |
| static const FUID | iid | 
|  Static Private Attributes inherited from IConnectionPoint | |
| static const FUID | iid | 
|  Static Private Attributes inherited from IComponent | |
| static const FUID | iid | 
|  Static Private Attributes inherited from IAudioProcessor | |
| static const FUID | iid | 
|  Static Private Attributes inherited from IProcessContextRequirements | |
| static const FUID | iid | 
Reimplemented from AudioEffect.
| 
 | virtual | 
Implements Processor.
| 
 | inlinestatic | 
| 
 | inlinestatic | 
| 
 | protectedvirtual | 
Reimplemented from Processor.
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected |