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