MIKMutableMIDINoteCommand

Objective-C

@interface MIKMutableMIDINoteCommand : MIKMIDINoteCommand

Swift

class MIKMutableMIDINoteCommand : MIKMIDINoteCommand

The mutable counterpart of MIKMIDINoteCommand.

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

    Declaration

    Objective-C

    @property (nonatomic) NSUInteger note

    Swift

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

    Declaration

    Objective-C

    @property (nonatomic) NSUInteger velocity

    Swift

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

    Declaration

    Objective-C

    @property (nonatomic, getter=isNoteOn) BOOL noteOn

    Swift

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *timestamp

    Swift

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

    Declaration

    Objective-C

    @property (nonatomic) MIDITimeStamp midiTimestamp

    Swift

    var midiTimestamp: MIDITimeStamp { 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) NSUInteger value

    Swift

    var value: UInt { get set }