MIDIChannelMessage
public struct MIDIChannelMessage : Equatable
Undocumented
-
Undocumented
Declaration
Swift
public static let channelRange: ClosedRange<UInt8>
-
Undocumented
Declaration
Swift
public static let keyRange: ClosedRange<UInt8>
-
Undocumented
Declaration
Swift
public static let controllerRange: ClosedRange<UInt8>
-
Undocumented
Declaration
Swift
public static let programmNumberRange: ClosedRange<UInt8>
-
Undocumented
Declaration
Swift
public static let byteRange: ClosedRange<UInt8>
-
Undocumented
See moreDeclaration
Swift
public enum Kind : Equatable
-
Undocumented
Declaration
Swift
public var channel: UInt8
-
Undocumented
Declaration
Swift
public var kind: Kind
-
Undocumented
Declaration
Swift
static func noteOffEvent(channel: UInt8, key: UInt8, velocity: UInt8) -> MIDIChannelMessage
-
Undocumented
Declaration
Swift
static func noteOnEvent(channel: UInt8, key: UInt8, velocity: UInt8) -> MIDIChannelMessage
-
Undocumented
Declaration
Swift
static func polyphonicKeyPressure(channel: UInt8, key: UInt8, pressure: UInt8) -> MIDIChannelMessage
-
Undocumented
Declaration
Swift
static func controlChange(channel: UInt8, controller: UInt8, value: UInt8) -> MIDIChannelMessage
-
Undocumented
Declaration
Swift
static func programChange(channel: UInt8, programmNumber: UInt8) -> MIDIChannelMessage
-
Undocumented
Declaration
Swift
static func channelPressure(channel: UInt8, pressure: UInt8) -> MIDIChannelMessage
-
Undocumented
Declaration
Swift
static func pitchBendChange(channel: UInt8, value: UInt16) -> MIDIChannelMessage
-
Undocumented
Declaration
Swift
public static let significantChannelBits: UInt8
-
Undocumented
Declaration
Swift
public static func getChannel(_ byte: UInt8) -> UInt8