BASS_BFX_MIX

BASS FX

BASS_BFX_MIX structure

Used with BASS_FXGetParameters and BASS_FXSetParameters to retrieve and set the parameters of mix effect.

typedef struct {
    int *lChannel;
} BASS_BFX_MIX;

Members

lChannel An array of channels to mix using BASS_BFX_CHANxxx flag/s (lChannel[0] is left channel...)

Remarks
By default all lChannel[n] indexes are set to BASS_BFX_CHANxxx channels order, means none of the channels are affected.

Info
This effect is providing the ability to mix, swap or remap channels.

See also
BASS_ChannelSetFX