MIKMIDIPolyphonicKeyPressureCommand
Objective-C
@interface MIKMIDIPolyphonicKeyPressureCommand : MIKMIDIChannelVoiceCommand
Swift
class MIKMIDIPolyphonicKeyPressureCommand : MIKMIDIChannelVoiceCommand
A MIDI polyphonic key pressure message. This message is most often sent by pressing down on the key after it “bottoms out”.
-
The note number for the message. In the range 0-127.
Declaration
Objective-C
@property (nonatomic, readonly) NSUInteger note;
Swift
var note: UInt { get }
-
Key pressure of the polyphonic key pressure message. In the range 0-127.
Declaration
Objective-C
@property (nonatomic, readonly) NSUInteger pressure;
Swift
var pressure: UInt { get }