Copyright © 2001-2019 MultiMedia Soft

BPMAvailable event

Previous pageReturn to chapter overviewNext page

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.