Skip to main content

addControlChange

Description​

Adds a control change to the generated midi file.

addControlChange(track: number, tick: number, channel: number, controller: ControllerType, value: number): void
ParameterSummary
trackAll

The midi track on which the controller should change.

tickAll

The midi ticks when the controller should change.

channelAll

The midi channel on which the controller should change.

controllerAll

The midi controller that should change.

valueAll

The value to which the midi controller should change