FastLED 3.9.15
|
|
inline |
Send a Note Off message.
inNoteNumber | Pitch value in the MIDI format (0 to 127). |
inVelocity | Release velocity (0 to 127). |
inChannel | The channel on which the message will be sent (1 to 16). |
Note: you can send NoteOn with zero velocity to make a NoteOff, this is based on the Running Status principle, to avoid sending status messages and thus sending only NoteOn data. sendNoteOff will always send a real NoteOff message. Take a look at the values, names and frequencies of notes here: http://www.phys.unsw.edu.au/jw/notes.html
Definition at line 245 of file MIDI.hpp.
References NoteOff, and send().