MIKMIDIPitchBendChangeEvent

Objective-C

@interface MIKMIDIPitchBendChangeEvent : MIKMIDIChannelEvent

Swift

class MIKMIDIPitchBendChangeEvent : MIKMIDIChannelEvent

A pitch bed change event.

This event indicates a pitch bend change. On devices, pitch bends are usually generated using a wheel or lever.

  • A 14-bit value indicating the pitch bend. Center is 0x2000 (8192). Valid range is from 0-16383.

    Declaration

    Objective-C

    @property (nonatomic, readonly) UInt16 pitchChange;

    Swift

    var pitchChange: UInt16 { get }