MIKMIDIProgramChangeCommand
Objective-C
@interface MIKMIDIProgramChangeCommand : MIKMIDIChannelVoiceCommand
Swift
class MIKMIDIProgramChangeCommand : MIKMIDIChannelVoiceCommand
A MIDI program change message.
Program change messages indicate a change in the patch number. These messages can be sent to to a MIDI device or synthesizer to change the instrument the instrument/voice being used to synthesize MIDI.
-
The program (aka patch) number. From 0-127.
Declaration
Objective-C
@property (nonatomic, readonly) NSUInteger programNumber;
Swift
var programNumber: UInt { get }