Plug-in Type used for subCategories

Variables

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 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 kInstrumentExternal = "Instrument|External"
 External Instrument (wrapped Hardware).
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 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]

Variable Documentation

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 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 kInstrumentExternal = "Instrument|External"

External Instrument (wrapped Hardware).

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 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]

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Empty

Copyright ©2013 Steinberg Media Technologies GmbH. All Rights Reserved.