AVAudioUnitMidiInstrument.SendController(Byte, Byte, Byte) Method

Definition

Sends a MIDI controller event..

[Foundation.Export("sendController:withValue:onChannel:")]
public virtual void SendController (byte controller, byte value, byte channel);
abstract member SendController : byte * byte * byte -> unit
override this.SendController : byte * byte * byte -> unit

Parameters

controller
Byte
value
Byte
channel
Byte
Attributes

Applies to