MIKMutableMIDINoteEvent

Objective-C

@interface MIKMutableMIDINoteEvent : MIKMIDINoteEvent

Swift

class MIKMutableMIDINoteEvent : MIKMIDINoteEvent

The mutable counterpart of MIKMIDINoteEvent

  • 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 note

    Swift

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

    Declaration

    Objective-C

    @property (nonatomic) UInt8 velocity

    Swift

    var velocity: UInt8 { 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 releaseVelocity

    Swift

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

    Declaration

    Objective-C

    @property (nonatomic) Float32 duration

    Swift

    var duration: Float32 { get set }