From f3ee15d598cbdabd9fc0b55b9f4fc99dd7af30e9 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 3 Mar 2019 17:02:25 +0100 Subject: .config/SuperCollider/synthdefs.scd: Being more clear in the description. --- .config/SuperCollider/synthdefs.scd | 4 ++-- 1 file 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], -- cgit v1.2.3-54-g00ecf