AVAudioUnitMidiInstrument.StartNote(Byte, Byte, Byte) 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.
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