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 24824a5 commit c326953Copy full SHA for c326953
examples/midi_simpletest.py
@@ -1,9 +1,8 @@
1
import time
2
import random
3
-from Adafruit_CircuitPython_MIDI.adafruit_midi import MIDI
4
-import usb_midi
+import adafruit_midi
5
6
-midi = MIDI(out_channel=0)
+midi = adafruit_midi.MIDI(out_channel=0)
7
8
print("Midi test")
9
0 commit comments