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. | ^ [[macros:namespace]] | [[macros:namespace:panel.midi]] | ^ parameter | channel ( [[macros:type:int32|Int32]] ) : The MIDI channel to send on. | ^ ::: | data1 ( [[macros:type:int32|Int32]] ) : Note | ^ ::: | data2 ( [[macros:type:int32|Int32]] ) : Velocity | == Example in == [[macros:example:midinotes]]: Panel.Midi.NoteOn(0,1,127) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~