addTempo
Description​
Add a tempo change to the generated midi file.
- JavaScript
- C#
- Kotlin
addTempo(tick: number, tempo: number): void
void AddTempo(double tick, double tempo)
fun addTempo(tick: Double, tempo: Double): Unit
Parameter | Summary |
---|---|
tickAll | The midi ticks when the tempo should change change. |
tempoAll | The tempo as BPM |