Skip to content

Commit 05efdcf

Browse files
committed
Turn off local mode if SYTH is enabled (even if not running synth)
1 parent 4f9b430 commit 05efdcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python/midi_ports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def update(cls):
6161
cls.midi_out_piano.open_port(1)
6262
cls.midi_out_piano.set_client_name('Piano MIDI Out')
6363
cls.updateVolume(1, 1)
64-
# cls.updateLocalMode()
64+
cls.updateLocalMode()
6565
else:
6666
if Config.DEBUG_MIDI: print('MIDI Fine')
6767
except:

0 commit comments

Comments
 (0)