AVAudioUnitMidiInstrument.SendProgramChange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SendProgramChange(Byte, Byte) |
Sends MIDI program change and bank select events. |
SendProgramChange(Byte, Byte, Byte, Byte) |
Sends MIDI program change and bank select events. |
SendProgramChange(Byte, Byte)
Sends MIDI program change and bank select events.
[Foundation.Export("sendProgramChange:onChannel:")]
public virtual void SendProgramChange (byte program, byte channel);
abstract member SendProgramChange : byte * byte -> unit
override this.SendProgramChange : byte * byte -> unit
Parameters
- program
- Byte
- channel
- Byte
- Attributes
Applies to
SendProgramChange(Byte, Byte, Byte, Byte)
Sends MIDI program change and bank select events.
[Foundation.Export("sendProgramChange:bankMSB:bankLSB:onChannel:")]
public virtual void SendProgramChange (byte program, byte bankMSB, byte bankLSB, byte channel);
abstract member SendProgramChange : byte * byte * byte * byte -> unit
override this.SendProgramChange : byte * byte * byte * byte -> unit
Parameters
- program
- Byte
- bankMSB
- Byte
- bankLSB
- Byte
- channel
- Byte
- Attributes