MIKMutableMIDIPolyphonicKeyPressureCommand
Objective-C
@interface MIKMutableMIDIPolyphonicKeyPressureCommand
: MIKMIDIPolyphonicKeyPressureCommand
Swift
class MIKMutableMIDIPolyphonicKeyPressureCommand : MIKMIDIPolyphonicKeyPressureCommand
The mutable counterpart to MIKMIDIPolyphonicKeyPressureCommand.
-
The note number for the message. In the range 0-127.
Declaration
Objective-C
@property (nonatomic) NSUInteger note;Swift
var note: UInt { get set } -
Key pressure of the polyphonic key pressure message. In the range 0-127.
Declaration
Objective-C
@property (nonatomic) NSUInteger pressure;Swift
var pressure: UInt { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic, strong) NSDate *timestampSwift
var timestamp: Date! { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) MIDITimeStamp midiTimestampSwift
var midiTimestamp: MIDITimeStamp { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) UInt8 channelSwift
var channel: UInt8 { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) NSUInteger valueSwift
var value: UInt { get set }
View on GitHub
MIKMutableMIDIPolyphonicKeyPressureCommand Class Reference