mirror of
https://github.com/ashstrahle/Pi-Pico-ExpressionPedal2Midi.git
synced 2025-12-31 19:49:51 +10:00
update
This commit is contained in:
2
main.py
2
main.py
@@ -50,5 +50,3 @@ while True:
|
|||||||
led.value(0) # Turn led off
|
led.value(0) # Turn led off
|
||||||
cc_previous = cc_current
|
cc_previous = cc_current
|
||||||
print("Writing Midi Channel: {}, ControlChange: {}, Value {}. Exp Pedal: cur: {}, min: {}, max: {}".format(midi_channel, cc, cc_current, exp_current, exp_min, exp_max))
|
print("Writing Midi Channel: {}, ControlChange: {}, Value {}. Exp Pedal: cur: {}, min: {}, max: {}".format(midi_channel, cc, cc_current, exp_current, exp_min, exp_max))
|
||||||
# else:
|
|
||||||
# time.sleep(0.05)
|
|
||||||
Reference in New Issue
Block a user