Show / Hide Table of Contents

Enum EffectType

FX effect types, use with ChannelSetFX(Int32, EffectType, Int32).

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public enum EffectType : int

AutoWah

: Auto WAH (multi channel).

BQF

: BiQuad filters (multi channel).

Chorus

: Chorus (multi channel).

Compressor

: Dynamic Range Compressor (multi channel).

Damp

: Dynamic Amplification (multi channel).

Distortion

: Distortion (multi channel).

DX_I3DL2Reverb

DX8 I3DL2 (Interactive 3D Audio Level 2) reverb (Windows Only).

DXChorus

DX8 Chorus.

DXCompressor

DX8 Compressor (Windows Only).

DXDistortion

DX8 Distortion.

DXEcho

DX8 Echo.

DXFlanger

DX8 Flanger.

DXGargle

DX8 Gargle (Windows Only).

DXParamEQ

DX8 Parametric equalizer.

DXReverb

DX8 Reverb.

Echo

: Echo/Reverb 4 (multi channel).

Freeverb

: Pitch Shift using FFT (multi channel).

Mix

: Channel Swap/Remap/Downmix (multi channel).

PeakEQ

: Peaking Equalizer (multi channel).

Phaser

: Phaser (multi channel).

PitchShift

: Pitch Shift using FFT (multi channel).

Rotate

: Channel Volume Ping-Pong (multi channel).

Volume

: Volume control (multi channel).

VolumeEnvelope

: Volume Envelope (multi channel).

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx