We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9b430 commit 05efdcfCopy full SHA for 05efdcf
1 file changed
src/python/midi_ports.py
@@ -61,7 +61,7 @@ def update(cls):
61
cls.midi_out_piano.open_port(1)
62
cls.midi_out_piano.set_client_name('Piano MIDI Out')
63
cls.updateVolume(1, 1)
64
- # cls.updateLocalMode()
+ cls.updateLocalMode()
65
else:
66
if Config.DEBUG_MIDI: print('MIDI Fine')
67
except:
0 commit comments