AVAudioUnitMidiInstrument.StartNote(Byte, Byte, Byte) Method

Definition

Sends a start note event.

[Foundation.Export("startNote:withVelocity:onChannel:")]
public virtual void StartNote (byte note, byte velocity, byte channel);
abstract member StartNote : byte * byte * byte -> unit
override this.StartNote : byte * byte * byte -> unit

Parameters

note
Byte
velocity
Byte
channel
Byte
Attributes

Applies to