addRest
Description​
Adds a rest to the generated midi file.
- JavaScript
- C#
- Kotlin
addRest(track: number, tick: number, channel: number): void
void AddRest(double track, double tick, double channel)
fun addRest(track: Double, tick: Double, channel: Double): Unit
Parameter | Summary |
---|---|
trackAll | The midi track on which the rest should be "played". |
tickAll | The midi ticks when the rest is "playing". |
channelAll | The midi channel on which the rest should be "played". |