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 channel

    Swift

    var channel: UInt8 { get set }
  • This is currently undocumented. Documentation contributions are always welcome!

    Declaration

    Objective-C

    @property (nonatomic) NSUInteger value

    Swift

    var value: UInt { get set }
  • This is currently undocumented. Documentation contributions are always welcome!

    Declaration

    Objective-C

    @property (nonatomic) NSUInteger programNumber

    Swift

    var programNumber: UInt { get set }