MIKMutableMIDIPolyphonicKeyPressureEvent

Objective-C

@interface MIKMutableMIDIPolyphonicKeyPressureEvent
    : MIKMIDIPolyphonicKeyPressureEvent

Swift

class MIKMutableMIDIPolyphonicKeyPressureEvent : MIKMIDIPolyphonicKeyPressureEvent

The mutable counter part of MIKMIDIPolyphonicKeyPressureEvent

  • This is currently undocumented. Documentation contributions are always welcome!

    Declaration

    Objective-C

    @property (nonatomic) UInt8 note

    Swift

    var note: UInt8 { get set }
  • This is currently undocumented. Documentation contributions are always welcome!

    Declaration

    Objective-C

    @property (nonatomic) UInt8 pressure

    Swift

    var pressure: UInt8 { get set }
  • This is currently undocumented. Documentation contributions are always welcome!

    Declaration

    Objective-C

    @property (nonatomic) MusicTimeStamp timeStamp

    Swift

    var timeStamp: MusicTimeStamp { get set }
  • This is currently undocumented. Documentation contributions are always welcome!

    Declaration

    Objective-C

    @property (nonatomic, strong, null_resettable) NSMutableData *data

    Swift

    var data: NSMutableData! { get set }
  • This is currently undocumented. Documentation contributions are always welcome!

    Declaration

    Objective-C

    @property (nonatomic) UInt8 channel

    Swift

    var channel: UInt8 { get set }
  • This is currently undocumented. Documentation contributions are always welcome!

    Declaration

    Objective-C

    @property (nonatomic) UInt8 dataByte1

    Swift

    var dataByte1: UInt8 { get set }
  • This is currently undocumented. Documentation contributions are always welcome!

    Declaration

    Objective-C

    @property (nonatomic) UInt8 dataByte2

    Swift

    var dataByte2: UInt8 { get set }