PlugType

Undocumented in source.

Members

Static variables

kAmbisonics
string kAmbisonics;

< used for Ambisonics channel (FX or Panner/Mixconverter/Up-Mixer/Down-Mixer when combined with other category)

kAnalyzer
string kAnalyzer;

< Meter, Scope, FFT-Display, not selectable as insert plugin

kFx
string kFx;

< others type (not categorized)

kFxAnalyzer
string kFxAnalyzer;

< Scope, FFT-Display, Loudness Processing...

kFxDelay
string kFxDelay;

< Delay, Multi-tap Delay, Ping-Pong Delay...

kFxDistortion
string kFxDistortion;

< Amp Simulator, Sub-Harmonic, SoftClipper...

kFxDynamics
string kFxDynamics;

< Compressor, Expander, Gate, Limiter, Maximizer, Tape Simulator, EnvelopeShaper...

kFxEQ
string kFxEQ;

< Equalization, Graphical EQ...

kFxFilter
string kFxFilter;

< WahWah, ToneBooster, Specific Filter,...

kFxGenerator
string kFxGenerator;

< Tone Generator, Noise Generator...

kFxInstrument
string kFxInstrument;

< Fx which could be loaded as Instrument too

kFxInstrumentExternal
string kFxInstrumentExternal;

< Fx which could be loaded as Instrument too and is external (wrapped Hardware)

kFxMastering
string kFxMastering;

< Dither, Noise Shaping,...

kFxModulation
string kFxModulation;

< Phaser, Flanger, Chorus, Tremolo, Vibrato, AutoPan, Rotary, Cloner...

kFxNetwork
string kFxNetwork;

< using Network

kFxPitchShift
string kFxPitchShift;

< Pitch Processing, Pitch Correction, Vocal Tuning...

kFxRestoration
string kFxRestoration;

< Denoiser, Declicker,...

kFxReverb
string kFxReverb;

< Reverberation, Room Simulation, Convolution Reverb...

kFxSpatial
string kFxSpatial;

< MonoToStereo, StereoEnhancer,...

kFxSurround
string kFxSurround;

< dedicated to surround processing: LFE Splitter, Bass Manager...

kFxTools
string kFxTools;

< Volume, Mixer, Tuner...

kInstrument
string kInstrument;

< Effect used as instrument (sound generator), not as insert

kInstrumentDrum
string kInstrumentDrum;

< Instrument for Drum sounds

kInstrumentExternal
string kInstrumentExternal;

< External Instrument (wrapped Hardware)

kInstrumentSampler
string kInstrumentSampler;

< Instrument based on Samples

kInstrumentSynth
string kInstrumentSynth;

< Instrument based on Synthesis

kInstrumentSynthSampler
string kInstrumentSynthSampler;

< Instrument based on Synthesis and Samples

kMono
string kMono;

< used for Mono only Plug-in optional

kNoOfflineProcess
string kNoOfflineProcess;

< will be NOT used for Plug-in offline processing (will work as normal insert Plug-in)

kOnlyOfflineProcess
string kOnlyOfflineProcess;

< used for Plug-in offline processing (will not work as normal insert Plug-in)

kOnlyRealTime
string kOnlyRealTime;

< indicates that it supports only realtime process call, no processing faster than realtime

kSpatial
string kSpatial;

< used for SurroundPanner

kSpatialFx
string kSpatialFx;

< used for SurroundPanner and as insert effect

kStereo
string kStereo;

< used for Stereo only Plug-in optional

kSurround
string kSurround;

< used for Surround only Plug-in optional

kUpDownMix
string kUpDownMix;

< used for Mixconverter/Up-Mixer/Down-Mixer

Meta