Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
BeatsAvailableOffline event 
 
Remarks 
 
Occurs when the offline beats detection is completed. Offline beats detection can be started through a previous call to the BeatsDetectRequest method 
 
For further details about beats detection refer to the How to detect beats positions and BPM tutorial. 
 
 
Syntax 
 
[Visual Basic] 
BeatsAvailableOffline
ByVal nPlayer as Integer
ByVal nBeatsDetected as Long 
)
 
[C++] 
void BeatsAvailableOffline
short nPlayer
short nBeatsDetected 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player that fired the event
nBeatsDetected
Number of beats detected
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents