MIKMutableMIDIChannelPressureCommand

Objective-C

@interface MIKMutableMIDIChannelPressureCommand : MIKMIDIChannelPressureCommand

Swift

class MIKMutableMIDIChannelPressureCommand : MIKMIDIChannelPressureCommand

This is currently undocumented. Documentation contributions are always welcome!

  • Key pressure of the channel pressure message. In the range 0-127.

    Declaration

    Objective-C

    @property (nonatomic) NSUInteger pressure;

    Swift

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *timestamp

    Swift

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

    Declaration

    Objective-C

    @property (nonatomic) MIDITimeStamp midiTimestamp

    Swift

    var midiTimestamp: MIDITimeStamp { get set }
  • 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 }