Skip to content

Commit 15d81fb

Browse files
committed
Disable slgui in sooperlooper engine.
1 parent 7b68279 commit 15d81fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

zyngine/zynthian_engine_sooperlooper.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,10 @@ def __init__(self, state_manager=None):
331331
custom_slb_fpath = None
332332

333333
# Build SL command line
334-
if self.config_remote_display():
335-
self.command = ["slgui", "-l 0", f"-P {self.osc_target_port}", f"-J {self.jackname}"]
336-
else:
337-
self.command = ["sooperlooper", "-q", "-l 0", "-D no", f"-p {self.osc_target_port}", f"-j {self.jackname}"]
334+
#if self.config_remote_display():
335+
# self.command = ["slgui", "-l 0", f"-P {self.osc_target_port}", f"-J {self.jackname}"]
336+
#else:
337+
self.command = ["sooperlooper", "-q", "-l 0", "-D no", f"-p {self.osc_target_port}", f"-j {self.jackname}"]
338338
if custom_slb_fpath:
339339
self.command += ["-m", custom_slb_fpath]
340340

0 commit comments

Comments
 (0)