MIKMutableMIDIChannelVoiceCommand
Objective-C
@interface MIKMutableMIDIChannelVoiceCommand : MIKMIDIChannelVoiceCommand
Swift
class MIKMutableMIDIChannelVoiceCommand : MIKMIDIChannelVoiceCommand
The mutable counterpart of MIKMIDIChannelVoiceCommand.
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) UInt8 channelSwift
var channel: UInt8 { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) NSUInteger valueSwift
var value: UInt { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic, strong) NSDate *timestampSwift
var timestamp: Date { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) MIKMIDICommandType commandTypeSwift
var commandType: MIKMIDICommandType { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) UInt8 dataByte1Swift
var dataByte1: UInt8 { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) UInt8 dataByte2Swift
var dataByte2: UInt8 { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) MIDITimeStamp midiTimestampSwift
var midiTimestamp: MIDITimeStamp { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic, copy, null_resettable) NSData *dataSwift
var data: Data! { get set }
View on GitHub
MIKMutableMIDIChannelVoiceCommand Class Reference