MIKMIDIChannelEventType
Objective-C
NS_ENUM(NSUInteger, MIKMIDIChannelEventType)
{
MIKMIDIChannelEventTypePolyphonicKeyPressure = 0xA0,
MIKMIDIChannelEventTypeControlChange = 0xB0,
MIKMIDIChannelEventTypeProgramChange = 0xC0,
MIKMIDIChannelEventTypeChannelPressure = 0xD0,
MIKMIDIChannelEventTypePitchBendChange = 0xE0,
}
Swift
enum MIKMIDIChannelEventType : UInt
This is currently undocumented. Documentation contributions are always welcome!
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
MIKMIDIChannelEventTypePolyphonicKeyPressure = 0xA0
Swift
case polyphonicKeyPressure = 160
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
MIKMIDIChannelEventTypeControlChange = 0xB0
Swift
case controlChange = 176
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
MIKMIDIChannelEventTypeProgramChange = 0xC0
Swift
case programChange = 192
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
MIKMIDIChannelEventTypeChannelPressure = 0xD0
Swift
case channelPressure = 208
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
MIKMIDIChannelEventTypePitchBendChange = 0xE0
Swift
case pitchBendChange = 224