Skip to main content

addProgramChange

Description​

Add a program change to the generated midi file

addProgramChange(track: number, tick: number, channel: number, program: number): void
ParameterSummary
trackAll

The midi track on which the program should change.

tickAll

The midi ticks when the program should change.

channelAll

The midi channel on which the program should change.

programAll

The new program for the selected track and channel.