MIKMIDIChannelPressureEvent
Objective-C
@interface MIKMIDIChannelPressureEvent : MIKMIDIChannelEvent
Swift
class MIKMIDIChannelPressureEvent : MIKMIDIChannelEvent
A channel pressure (aftertouch) event.
This event is different from MIKMIDIPolyphonicKeyPressureEvent. This event is used to indicate the single greatest pressure value (of all the current depressed keys).
-
The pressure of the event. From 0-127.
Declaration
Objective-C
@property (nonatomic, readonly) UInt8 pressure;
Swift
var pressure: UInt8 { get }