doc: Update URL
This commit is contained in:
parent
116dba12eb
commit
1375b0b6aa
|
|
@ -7,7 +7,7 @@ MIDI_CREATE_DEFAULT_INSTANCE();
|
||||||
// This function will be automatically called when a NoteOn is received.
|
// This function will be automatically called when a NoteOn is received.
|
||||||
// It must be a void-returning function with the correct parameters,
|
// It must be a void-returning function with the correct parameters,
|
||||||
// see documentation here:
|
// see documentation here:
|
||||||
// http://arduinomidilib.fortyseveneffects.com/a00022.html
|
// https://github.com/FortySevenEffects/arduino_midi_library/wiki/Using-Callbacks
|
||||||
|
|
||||||
void handleNoteOn(byte channel, byte pitch, byte velocity)
|
void handleNoteOn(byte channel, byte pitch, byte velocity)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue