addControlChange
Description​
Adds a control change to the generated midi file.
- JavaScript
- C#
- Kotlin
addControlChange(track: number, tick: number, channel: number, controller: ControllerType, value: number): void
void AddControlChange(double track, double tick, double channel, ControllerType controller, double value)
fun addControlChange(track: Double, tick: Double, channel: Double, controller: ControllerType, value: Double): Unit
Parameter | Summary |
---|---|
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 |