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:
4
main.py
4
main.py
@@ -49,6 +49,4 @@ while True:
|
||||
uart.write(ustruct.pack("bbb",ControlChange + midi_channel - 1,cc,cc_current))
|
||||
led.value(0) # Turn led off
|
||||
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))
|
||||
# else:
|
||||
# time.sleep(0.05)
|
||||
print("Writing Midi Channel: {}, ControlChange: {}, Value {}. Exp Pedal: cur: {}, min: {}, max: {}".format(midi_channel, cc, cc_current, exp_current, exp_min, exp_max))
|
||||
Reference in New Issue
Block a user