MIKMutableMIDIProgramChangeCommand
Objective-C
@interface MIKMutableMIDIProgramChangeCommand : MIKMIDIProgramChangeCommand
Swift
class MIKMutableMIDIProgramChangeCommand : MIKMIDIProgramChangeCommand
The mutable counterpart of MIKMIDIProgramChangeCommand
-
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) NSUInteger programNumberSwift
var programNumber: UInt { get set }
View on GitHub
MIKMutableMIDIProgramChangeCommand Class Reference