FastLED 3.9.15
|
|
inline |
Send a Note On message.
inNoteNumber | Pitch value in the MIDI format (0 to 127). |
inVelocity | Note attack velocity (0 to 127). A NoteOn with 0 velocity is considered as a NoteOff. |
inChannel | The channel on which the message will be sent (1 to 16). |
Take a look at the values, names and frequencies of notes here: http://www.phys.unsw.edu.au/jw/notes.html
Definition at line 226 of file MIDI.hpp.
References NoteOn, and send().