We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116dba1 commit 1375b0bCopy full SHA for 1375b0b
examples/Callbacks/Callbacks.ino
@@ -7,7 +7,7 @@ MIDI_CREATE_DEFAULT_INSTANCE();
7
// This function will be automatically called when a NoteOn is received.
8
// It must be a void-returning function with the correct parameters,
9
// see documentation here:
10
-// http://arduinomidilib.fortyseveneffects.com/a00022.html
+// https://github.com/FortySevenEffects/arduino_midi_library/wiki/Using-Callbacks
11
12
void handleNoteOn(byte channel, byte pitch, byte velocity)
13
{
0 commit comments