MIKMutableMIDIEvent
Objective-C
@interface MIKMutableMIDIEvent : MIKMIDIEvent
Swift
class MIKMutableMIDIEvent : MIKMIDIEvent
Mutable subclass of MIKMIDIEvent. All MIKMIDIEvent subclasses have mutable variants.
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic, readonly) MIKMIDIEventType eventTypeSwift
var eventType: MIKMIDIEventType { get } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) MusicTimeStamp timeStampSwift
var timeStamp: MusicTimeStamp { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic, strong, null_resettable) NSMutableData *dataSwift
var data: NSMutableData! { get set }
View on GitHub
MIKMutableMIDIEvent Class Reference