BASS_ChannelSetFX

Sets an effect on a stream, MOD music, or recording channel.

  Syntax
Return HFX = BASS_ChannelSetFX( handle, type, priority )
  Parameters
handle
DWORD
The channel handle... a HSTREAM, HMUSIC, or HRECORD.
type
DWORD
One of the following types of effect.
BASS_FX_DX8_CHORUS DX8 Chorus.
BASS_FX_DX8_COMPRESSOR DX8 Compression.
BASS_FX_DX8_DISTORTION DX8 Distortion.
BASS_FX_DX8_ECHO DX8 Echo.
BASS_FX_DX8_FLANGER DX8 Flanger.
BASS_FX_DX8_GARGLE DX8 Gargle.
BASS_FX_DX8_I3DL2REVERB DX8 I3DL2 (Interactive 3D Audio Level 2) reverb.
BASS_FX_DX8_PARAMEQ DX8 Parametric equalizer.
BASS_FX_DX8_REVERB DX8 Reverb.
priority
Integer
The priority of the new FX, which determines its position in the DSP chain. DSP/FX with higher priority are applied before those with lower.

  Returns

If successful, then the new effect's handle is returned, else 0 is returned.

  See also

List of commans
Main page



Hosted by uCoz