Skip to content

Commit

Permalink
Make LinkClock the default clock in UserConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo authored and thegamecracks committed Jun 20, 2024
1 parent 63459fb commit 9679ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sardine/UserConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"boot_supercollider": True,
"sardine_boot_file": True,
"verbose_superdirt": False,
"link_clock": False,
"link_clock": True,
"superdirt_config_path": str(USER_DIR / "default_superdirt.scd"),
"user_config_path": str(USER_DIR / "user_configuration.py"),
"editor": False,
Expand Down
2 changes: 1 addition & 1 deletion sardine_core/io/UserConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sardine_boot_file": True,
"boot_supercollider": True,
"verbose_superdirt": False,
"link_clock": False,
"link_clock": True,
"superdirt_config_path": str(USER_DIR / "default_superdirt.scd"),
"user_config_path": str(USER_DIR / "user_configuration.py"),
"editor": False,
Expand Down

0 comments on commit 9679ff9

Please sign in to comment.