Skip to content

Commit c7dff35

Browse files
committed
midi footpedal code fix
midi footpedal code fix
1 parent 1d10bab commit c7dff35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MIDI_Foot_Pedal/code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import simpleio
88
from analogio import AnalogIn
99
from adafruit_midi.control_change import ControlChange
10-
from adafruit_midi.pitch_bend import PitchBend
1110

1211
# midi setup
1312
midi = adafruit_midi.MIDI(
@@ -44,4 +43,3 @@ def val(pin):
4443
modWheel = ControlChange(1, modulation)
4544
# send CC message
4645
midi.send(modWheel)
47-

0 commit comments

Comments
 (0)