addNoteBend
Description​
Add a bend specific to a note to the generated midi file. The note does not need to be started, if this event is signaled, the next time a note on this channel and key is played it will be affected. The note bend is cleared on a note-off for this key.
- JavaScript
- C#
- Kotlin
addNoteBend(track: number, tick: number, channel: number, key: number, value: number): void
void AddNoteBend(double track, double tick, double channel, double key, double value)
fun addNoteBend(track: Double, tick: Double, channel: Double, key: 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 | (no description) |
keyAll | (no description) |
valueAll | The new bend for the selected note. |