Companion

Functions

Link copied to clipboard
fun channelPressure(channel: Int, pressure: Int): MidiEvent
Link copied to clipboard
fun controlChange(channel: Int, control: Int, value: Int): MidiEvent
Link copied to clipboard
fun noteOff(channel: Int, note: Int, velocity: Int): MidiEvent
Link copied to clipboard
fun noteOn(channel: Int, note: Int, velocity: Int): MidiEvent
Link copied to clipboard
fun pitchBend(channel: Int, pitchBend: Int): MidiEvent
Link copied to clipboard
fun programChange(channel: Int, program: Int): MidiEvent