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 = 0xA0Swift
case polyphonicKeyPressure = 160 -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
MIKMIDIChannelEventTypeControlChange = 0xB0Swift
case controlChange = 176 -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
MIKMIDIChannelEventTypeProgramChange = 0xC0Swift
case programChange = 192 -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
MIKMIDIChannelEventTypeChannelPressure = 0xD0Swift
case channelPressure = 208 -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
MIKMIDIChannelEventTypePitchBendChange = 0xE0Swift
case pitchBendChange = 224
View on GitHub
MIKMIDIChannelEventType Enumeration Reference