aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/SuperCollider/synthdefs.scd4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/SuperCollider/synthdefs.scd b/.config/SuperCollider/synthdefs.scd
index 4a75b4c..51d320d 100644
--- a/.config/SuperCollider/synthdefs.scd
+++ b/.config/SuperCollider/synthdefs.scd
@@ -1,6 +1,6 @@
postln("Adding custom SynthDefs");
-// route 8 Ins to Out
+// route 8 Ins to 8 Outs
SynthDef(\route8BussesToOut, {
arg in=0,
volume=#[0,0,0,0,0,0,0,0],
@@ -25,7 +25,7 @@ SynthDef(\filter8Rumble, {
);
}).add;
-// Mix down SoundIns to one
+// Mix down SoundIns to one Out
SynthDef(\mix4BussesToOut, {
arg in=#[0,1,2,3],
volume=#[0,0,0,0],