summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Bus.ck4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Bus.ck b/lib/Bus.ck
index fbbca74..17aaf42 100644
--- a/lib/Bus.ck
+++ b/lib/Bus.ck
@@ -27,4 +27,8 @@ Bus.out_right => Dyno dyn2 => clipper2.input;
clipper2.output => dac.chan(1);
dyn2.limit();
+/*
+ * NOTE: need to keep shred running, probably because of the constructed patch
+ * (ChucK bug)
+ */
while (day => now);