|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[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
|