Function

Panel.Midi.NoteOn

Void Panel.Midi.NoteOn(Int32 channel, Int32 data1, Int32 data2)
API http://api.avolites.com/10.1/Panel.Midi.NoteOn.html
description Sends a MIDI Note On command through all MIDI ports.
Namespaces Panel.Midi
parameter channel ( Int32 ) : The MIDI channel to send on.
data1 ( Int32 ) : Note
data2 ( Int32 ) : Velocity
Example in

MIDI Note On/Off:

<step>Panel.Midi.NoteOn(0,1,127)</step>
Also used in
Remarks