Skip to content

Commit

Permalink
Disable slgui in sooperlooper engine.
Browse files Browse the repository at this point in the history
  • Loading branch information
jofemodo committed Dec 1, 2024
1 parent 7b68279 commit 15d81fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zyngine/zynthian_engine_sooperlooper.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,10 @@ def __init__(self, state_manager=None):
custom_slb_fpath = None

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

Expand Down

0 comments on commit 15d81fb

Please sign in to comment.