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