GetNextAudibleBeat
Docslocal retval, timeInSeconds, bpm, beatNum = GetNextAudibleBeat()Parameters
| Name | Type | Description |
|---|---|---|
timeInSeconds | float* | time in seconds until the start of the next beat |
bpm | float* | current tempo in beats per minute, |
beatNum | int* | integer beat within the bar |
Returns
BOOLReturns TRUE (1) or FALSE (0).