|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
#include "pluginterfaces/base/funknown.h"#include "pluginterfaces/vst/vsttypes.h"#include "pluginterfaces/base/falignpush.h"#include "pluginterfaces/base/falignpop.h"Go to the source code of this file.
Classes | |
| class | Steinberg::Vst::IParameterFunctionName |
| Edit controller component interface extension: Vst::IParameterFunctionName. More... | |
Namespaces | |
| namespace | Steinberg::Vst |
| All VST specific interfaces are located in Vst namespace. | |
| const CString Steinberg::Vst::FunctionNameType::kCompGainReduction |
Definition at line 31 of file ivstparameterfunctionname.h.
| const CString Steinberg::Vst::FunctionNameType::kCompGainReductionMax |
Definition at line 32 of file ivstparameterfunctionname.h.
| const CString Steinberg::Vst::FunctionNameType::kCompGainReductionPeakHold |
Definition at line 33 of file ivstparameterfunctionname.h.
| const CString Steinberg::Vst::FunctionNameType::kCompResetGainReductionMax |
Definition at line 34 of file ivstparameterfunctionname.h.
| const CString Steinberg::Vst::FunctionNameType::kDryWetMix |
Useful for live situation where low latency is required: 0 means LowLatency disable, 1 means LowLatency enable.
Definition at line 40 of file ivstparameterfunctionname.h.
| const CString Steinberg::Vst::FunctionNameType::kLowLatencyMode |
Definition at line 36 of file ivstparameterfunctionname.h.
| const CString Steinberg::Vst::FunctionNameType::kPanPosCenterX |
Allow to assign some randomized values to some parameters in a controlled way.
Panner Type Gravity point X-axis [0, 1]=>[L-R] (for stereo: middle between left and right)
Definition at line 48 of file ivstparameterfunctionname.h.
| const CString Steinberg::Vst::FunctionNameType::kPanPosCenterY |
Gravity point Y-axis [0, 1]=>[Front-Rear].
Definition at line 49 of file ivstparameterfunctionname.h.
| const CString Steinberg::Vst::FunctionNameType::kPanPosCenterZ |
Gravity point Z-axis [0, 1]=>[Bottom-Top].
Definition at line 50 of file ivstparameterfunctionname.h.
| const CString Steinberg::Vst::FunctionNameType::kRandomize |
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.
Definition at line 44 of file ivstparameterfunctionname.h.