BPMPROGRESSPROC

BASS FX

BPMPROGRESSPROC callback

User defined callback function, to get the bpm detection progress in percents.

void CALLBACK yourBpmProgressProc(
    DWORD chan,
    float percent,
    void *user

);

Parameters

chanChannel handle that the BASS_FX_BPM_DecodeGet applies to
percentThe detection progress in percents [0%..100%]
user The user instance data given when BASS_FX_BPM_DecodeGet was called

See also
BASS_FX_BPM_DecodeGet