MIKMutableMIDIPitchBendChangeCommand
Objective-C
@interface MIKMutableMIDIPitchBendChangeCommand : MIKMIDIPitchBendChangeCommand
Swift
class MIKMutableMIDIPitchBendChangeCommand : MIKMIDIPitchBendChangeCommand
This is currently undocumented. Documentation contributions are always welcome!
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) UInt16 pitchChangeSwift
var pitchChange: UInt16 { get set } -
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
MIKMutableMIDIPitchBendChangeCommand Class Reference