VST 3 Interfaces
VST 3.7
SDK for developing VST plug-in
|
#include "pluginterfaces/base/funknown.h"
#include "pluginterfaces/vst/vsttypes.h"
#include "pluginterfaces/base/falignpush.h"
#include "pluginterfaces/base/falignpop.h"
Classes | |
class | IParameterFunctionName |
Edit controller component interface extension: Vst::IParameterFunctionName. More... | |
Namespaces | |
Steinberg | |
Steinberg::Vst | |
All VST specific interfaces are located in Vst namespace. | |
Steinberg::Vst::FunctionNameType | |
Variables | |
const CString | kCompGainReduction = "Comp:GainReduction" |
const CString | kCompGainReductionMax = "Comp:GainReductionMax" |
const CString | kCompGainReductionPeakHold = "Comp:GainReductionPeakHold" |
const CString | kCompResetGainReductionMax = "Comp:ResetGainReductionMax" |
const CString | kLowLatencyMode = "LowLatencyMode" |
const CString | kRandomize = "Randomize" |
Useful for live situation where low latency is required. More... | |
const CString | kWetDryMix = "WetDryMix" |
TODO. More... | |