Function
Void Panel.Midi.NoteOff(Int32 channel, Int32 data1, Int32 data2)
| API | http://api.avolites.com/10.1/Panel.Midi.NoteOff.html |
|---|---|
| description | Sends a MIDI Note Off command through all MIDI ports. |
| Namespaces | Panel.Midi |
| parameter | channel ( Int32 ) : The MIDI channel to send on. |
| data1 ( Int32 ) : Note | |
| data2 ( Int32 ) : Velocity |
<step>Panel.Midi.NoteOff(0,1,127)</step>