Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
BPMAvailable event 
 
Remarks 
 
Occurs when a song BPM has been detected.  
 
For further details about BPM detection refer to the How to detect beats positions and BPM tutorial. 
 
 
Syntax 
 
[Visual Basic] 
BPMAvailable
ByVal nPlayer as Integer
ByVal fBPM as single 
)
 
[C++] 
void BPMAvailable
short nPlayer
float fBPM 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the involved player
fBPM
The detected song BPM.
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents