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 1d10bab commit c7dff35Copy full SHA for c7dff35
MIDI_Foot_Pedal/code.py
@@ -7,7 +7,6 @@
7
import simpleio
8
from analogio import AnalogIn
9
from adafruit_midi.control_change import ControlChange
10
-from adafruit_midi.pitch_bend import PitchBend
11
12
# midi setup
13
midi = adafruit_midi.MIDI(
@@ -44,4 +43,3 @@ def val(pin):
44
43
modWheel = ControlChange(1, modulation)
45
# send CC message
46
midi.send(modWheel)
47
-
0 commit comments