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 | |
namespace | Steinberg |
namespace | Steinberg::Vst |
All VST specific interfaces are located in Vst namespace. | |
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 | kDryWetMix = "DryWetMix" |
Useful for live situation where low latency is required: 0 means LowLatency disable, 1 means LowLatency enable. More... | |
const CString | kRandomize = "Randomize" |
Allowing to mix the original (Dry) Signal with the processed one (Wet): 0.0 means Dry Signal only, 0.5 means 50% Dry Signal + 50% Wet Signal, 1.0 means Wet Signal only. More... | |
const CString | kPanPosCenterX = "PanPosCenterX" |
Allow to assign some randomized values to some parameters in a controlled way. More... | |
const CString | kPanPosCenterY = "PanPosCenterY" |
Gravity point Y-axis [0, 1]=>[Front-Rear]. More... | |
const CString | kPanPosCenterZ = "PanPosCenterZ" |
Gravity point Z-axis [0, 1]=>[Bottom-Top]. More... | |