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 eventType
Swift
var eventType: MIKMIDIEventType { get }
-
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 }