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
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
ivstparameterfunctionname.h File Reference
#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.
 

Variables

const CString Steinberg::Vst::FunctionNameType::kCompGainReduction
 
const CString Steinberg::Vst::FunctionNameType::kCompGainReductionMax
 
const CString Steinberg::Vst::FunctionNameType::kCompGainReductionPeakHold
 
const CString Steinberg::Vst::FunctionNameType::kCompResetGainReductionMax
 
const CString Steinberg::Vst::FunctionNameType::kLowLatencyMode
 
const CString Steinberg::Vst::FunctionNameType::kDryWetMix
 Useful for live situation where low latency is required: 0 means LowLatency disable, 1 means LowLatency enable.
 
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.
 
const CString Steinberg::Vst::FunctionNameType::kPanPosCenterX
 Allow to assign some randomized values to some parameters in a controlled way.
 
const CString Steinberg::Vst::FunctionNameType::kPanPosCenterY
 Gravity point Y-axis [0, 1]=>[Front-Rear].
 
const CString Steinberg::Vst::FunctionNameType::kPanPosCenterZ
 Gravity point Z-axis [0, 1]=>[Bottom-Top].
 

Variable Documentation

◆ kCompGainReduction

const CString Steinberg::Vst::FunctionNameType::kCompGainReduction

Definition at line 31 of file ivstparameterfunctionname.h.

◆ kCompGainReductionMax

const CString Steinberg::Vst::FunctionNameType::kCompGainReductionMax

Definition at line 32 of file ivstparameterfunctionname.h.

◆ kCompGainReductionPeakHold

const CString Steinberg::Vst::FunctionNameType::kCompGainReductionPeakHold

Definition at line 33 of file ivstparameterfunctionname.h.

◆ kCompResetGainReductionMax

const CString Steinberg::Vst::FunctionNameType::kCompResetGainReductionMax

Definition at line 34 of file ivstparameterfunctionname.h.

◆ kDryWetMix

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.

◆ kLowLatencyMode

const CString Steinberg::Vst::FunctionNameType::kLowLatencyMode

Definition at line 36 of file ivstparameterfunctionname.h.

◆ kPanPosCenterX

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.

◆ kPanPosCenterY

const CString Steinberg::Vst::FunctionNameType::kPanPosCenterY

Gravity point Y-axis [0, 1]=>[Front-Rear].

Definition at line 49 of file ivstparameterfunctionname.h.

◆ kPanPosCenterZ

const CString Steinberg::Vst::FunctionNameType::kPanPosCenterZ

Gravity point Z-axis [0, 1]=>[Bottom-Top].

Definition at line 50 of file ivstparameterfunctionname.h.

◆ kRandomize

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.