updateSyncBpm
Description​
Updates the synchronization BPM that will apply after this sync point.
- JavaScript
- C#
- Kotlin
updateSyncBpm(nextSyncPointSynthTime: number, nextSyncPointSyncTime: number): void
void UpdateSyncBpm(double nextSyncPointSynthTime, double nextSyncPointSyncTime)
fun updateSyncBpm(nextSyncPointSynthTime: Double, nextSyncPointSyncTime: Double): Unit
Parameter | Summary |
---|---|
nextSyncPointSynthTimeAll | The synthesizer time of the next sync point after this one. |
nextSyncPointSyncTimeAll | The synchronization time of the next sync point after this one. |