Copyright © 2001-2019 MultiMedia Soft

BeatDetectedRealTime event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a beat is detected during a playback session of the loaded sound. Real-time beats detection can be enabled/disabled through a previous call to the BeatsDetectEnableRT method.

 

For further details about beats detection refer to the How to detect beats positions and BPM tutorial.

 

 

Syntax

 

[Visual Basic]

BeatDetectedRealTime (

ByVal nPlayer as Integer,

ByVal nBeatPosition as Long

)


 

[C++]

void BeatDetectedRealTime (

short nPlayer,

short nBeatPosition

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the player that fired the event

nBeatPosition

Beat's position expressed in milliseconds