BASS_ASIO_ControlPanel

Opens the driver's control panel.

BOOL BASS_ASIO_ControlPanel();

Return value

If successful, then TRUE is returned, else FALSE is returned. Use BASS_ASIO_ErrorGetCode to get the error code.

Error codes

BASS_ERROR_INITBASS_ASIO_Init has not been successfully called.
BASS_ERROR_ALREADYThe control panel is already open from a previous call.
BASS_ERROR_UNKNOWNSome other mystery problem!

Remarks

If the device was initialized via BASS_ASIO_Init in the main thread, some drivers may have a problem (eg. crash) if this function is not also called from the main thread. Some drivers may also require a window handle to be provided via BASS_ASIO_SetWindow.