VST 3 Interfaces
VST 3.7
SDK for developing VST plug-in
|
Component Types used as subCategories in PClassInfo2. More...
Variables | |
SMTG_CONSTEXPR const CString | kFxAnalyzer = "Fx|Analyzer" |
Scope, FFT-Display, Loudness Processing... More... | |
SMTG_CONSTEXPR const CString | kFxDelay = "Fx|Delay" |
Delay, Multi-tap Delay, Ping-Pong Delay... More... | |
SMTG_CONSTEXPR const CString | kFxDistortion = "Fx|Distortion" |
Amp Simulator, Sub-Harmonic, SoftClipper... More... | |
SMTG_CONSTEXPR const CString | kFxDynamics = "Fx|Dynamics" |
Compressor, Expander, Gate, Limiter, Maximizer, Tape Simulator, EnvelopeShaper... More... | |
SMTG_CONSTEXPR const CString | kFxEQ = "Fx|EQ" |
Equalization, Graphical EQ... More... | |
SMTG_CONSTEXPR const CString | kFxFilter = "Fx|Filter" |
WahWah, ToneBooster, Specific Filter,... More... | |
SMTG_CONSTEXPR const CString | kFx = "Fx" |
others type (not categorized) More... | |
SMTG_CONSTEXPR const CString | kFxInstrument = "Fx|Instrument" |
Fx which could be loaded as Instrument too. More... | |
SMTG_CONSTEXPR const CString | kFxInstrumentExternal = "Fx|Instrument|External" |
Fx which could be loaded as Instrument too and is external (wrapped Hardware) More... | |
SMTG_CONSTEXPR const CString | kFxSpatial = "Fx|Spatial" |
MonoToStereo, StereoEnhancer,... More... | |
SMTG_CONSTEXPR const CString | kFxGenerator = "Fx|Generator" |
Tone Generator, Noise Generator... More... | |
SMTG_CONSTEXPR const CString | kFxMastering = "Fx|Mastering" |
Dither, Noise Shaping,... More... | |
SMTG_CONSTEXPR const CString | kFxModulation = "Fx|Modulation" |
Phaser, Flanger, Chorus, Tremolo, Vibrato, AutoPan, Rotary, Cloner... More... | |
SMTG_CONSTEXPR const CString | kFxPitchShift = "Fx|Pitch Shift" |
Pitch Processing, Pitch Correction, Vocal Tuning... More... | |
SMTG_CONSTEXPR const CString | kFxRestoration = "Fx|Restoration" |
Denoiser, Declicker,... More... | |
SMTG_CONSTEXPR const CString | kFxReverb = "Fx|Reverb" |
Reverberation, Room Simulation, Convolution Reverb... More... | |
SMTG_CONSTEXPR const CString | kFxSurround = "Fx|Surround" |
dedicated to surround processing: LFE Splitter, Bass Manager... More... | |
SMTG_CONSTEXPR const CString | kFxTools = "Fx|Tools" |
Volume, Mixer, Tuner... More... | |
SMTG_CONSTEXPR const CString | kFxNetwork = "Fx|Network" |
using Network More... | |
SMTG_CONSTEXPR const CString | kInstrument = "Instrument" |
Effect used as instrument (sound generator), not as insert. More... | |
SMTG_CONSTEXPR const CString | kInstrumentDrum = "Instrument|Drum" |
Instrument for Drum sounds. More... | |
SMTG_CONSTEXPR const CString | kInstrumentExternal = "Instrument|External" |
External Instrument (wrapped Hardware) More... | |
SMTG_CONSTEXPR const CString | kInstrumentPiano = "Instrument|Piano" |
Instrument for Piano sounds. More... | |
SMTG_CONSTEXPR const CString | kInstrumentSampler = "Instrument|Sampler" |
Instrument based on Samples. More... | |
SMTG_CONSTEXPR const CString | kInstrumentSynth = "Instrument|Synth" |
Instrument based on Synthesis. More... | |
SMTG_CONSTEXPR const CString | kInstrumentSynthSampler = "Instrument|Synth|Sampler" |
Instrument based on Synthesis and Samples. More... | |
SMTG_CONSTEXPR const CString | kSpatial = "Spatial" |
used for SurroundPanner More... | |
SMTG_CONSTEXPR const CString | kSpatialFx = "Spatial|Fx" |
used for SurroundPanner and as insert effect More... | |
SMTG_CONSTEXPR const CString | kOnlyRealTime = "OnlyRT" |
indicates that it supports only realtime process call, no processing faster than realtime More... | |
SMTG_CONSTEXPR const CString | kOnlyOfflineProcess = "OnlyOfflineProcess" |
used for plug-in offline processing (will not work as normal insert plug-in) More... | |
SMTG_CONSTEXPR const CString | kOnlyARA = "OnlyARA" |
used for plug-ins that require ARA to operate (will not work as normal insert plug-in) More... | |
SMTG_CONSTEXPR const CString | kNoOfflineProcess = "NoOfflineProcess" |
will be NOT used for plug-in offline processing (will work as normal insert plug-in) More... | |
SMTG_CONSTEXPR const CString | kUpDownMix = "Up-Downmix" |
used for Mixconverter/Up-Mixer/Down-Mixer More... | |
SMTG_CONSTEXPR const CString | kAnalyzer = "Analyzer" |
Meter, Scope, FFT-Display, not selectable as insert plug-in. More... | |
SMTG_CONSTEXPR const CString | kAmbisonics = "Ambisonics" |
used for Ambisonics channel (FX or Panner/Mixconverter/Up-Mixer/Down-Mixer when combined with other category) More... | |
SMTG_CONSTEXPR const CString | kMono = "Mono" |
used for Mono only plug-in [optional] More... | |
SMTG_CONSTEXPR const CString | kStereo = "Stereo" |
used for Stereo only plug-in [optional] More... | |
SMTG_CONSTEXPR const CString | kSurround = "Surround" |
used for Surround only plug-in [optional] More... | |
Component Types used as subCategories in PClassInfo2.