MidiTransceiver

class MidiTransceiver(program: Program, val receiverDevice: MidiDevice?, val transmitterDevicer: MidiDevice?)(source)

Constructors

Link copied to clipboard
constructor(program: Program, receiverDevice: MidiDevice?, transmitterDevicer: MidiDevice?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val noteOff: Event<MidiEvent>
Link copied to clipboard
val noteOn: Event<MidiEvent>
Link copied to clipboard
val pitchBend: Event<MidiEvent>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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