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 9017f9f commit 2ac0b69Copy full SHA for 2ac0b69
examples/MIDI/midi_test/midi_test.ino
@@ -9,6 +9,12 @@
9
any redistribution
10
*********************************************************************/
11
12
+/* This sketch is enumerated as USB MIDI device.
13
+ * Following library is required
14
+ * - MIDI Library by Forty Seven Effects
15
+ * https://github.com/FortySevenEffects/arduino_midi_library
16
+ */
17
+
18
#include <Arduino.h>
19
#include "Adafruit_TinyUSB.h"
20
#include <MIDI.h>
0 commit comments