BPMPROC

BASS FX

BPMPROC callback

User defined callback function, to get the BPM after period of time in seconds.

void CALLBACK yourBpmProc(
    DWORD chan,
    float bpm,
    void *user
);

Parameters

chanChannel handle that the BASS_FX_BPM_CallbackSet applies to
bpm The bpm value
userThe user instance data given when BASS_FX_BPM_CallbackSet was called

See also
BASS_FX_BPM_CallbackSet