addBend
Description​
Add a bend to the generated midi file.
- JavaScript
- C#
- Kotlin
addBend(track: number, tick: number, channel: number, value: number): void
void AddBend(double track, double tick, double channel, double value)
fun addBend(track: Double, tick: Double, channel: Double, value: Double): Unit
Parameter | Summary |
---|---|
trackAll | The midi track on which the bend should change. |
tickAll | The midi ticks when the bend should change. |
channelAll | The midi channel on which the bend should change. |
valueAll | The new bend for the selected track and channel. |