Contents

MIDIChannelNumber

MIDI Channel, 0~15 (channels 1 through 16, respectively).

Declaration

typealias MIDIChannelNumber = UInt8

Discussion

Per the MIDI-CI specification, this is always a single nibble, 0x0~0xF.

See Also

Audio Unit Types