Unknown
From BASS
BASS_FXSetParameters
Sets the parameters of an effect.
BOOL BASS_FXSetParameters(
HFX handle,
void *params
);
Parameters
| handle | The effect handle. |
| params | Pointer to the parameters structure. The structure used depends on the effect type. |
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.Error codes
| BASS_ERROR_HANDLE | handle is invalid. |
| BASS_ERROR_ILLPARAM | One or more of the parameters are invalid, make sure all the values are within the valid ranges. |
| BASS_ERROR_UNKNOWN | Some other mystery problem! |