Unknown
From BASSmix
BASS_Mixer_ChannelSetMatrixEx
Sets a channel's mixing matrix, transitioning from the current matrix.
BOOL BASS_Mixer_ChannelSetMatrixEx(
DWORD handle,
void *matrix,
float time
);
Parameters
| handle | The channel handle. |
| matrix | Pointer to the matrix. |
| time | The time to take (in seconds) to transition from the current matrix to the specified matrix. |
Return value
If successful, a TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.Error codes
| BASS_ERROR_HANDLE | The channel is not plugged into a mixer. |
| BASS_ERROR_NOTAVAIL | The channel is not using matrix mixing. |