Skip to main content

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.

addNoteBend(track: number, tick: number, channel: number, key: number, value: number): void
ParameterSummary
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.