aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/SuperCollider/startupfiles/startupSystem.scd3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/SuperCollider/startupfiles/startupSystem.scd b/.config/SuperCollider/startupfiles/startupSystem.scd
index 474c732..51c4009 100644
--- a/.config/SuperCollider/startupfiles/startupSystem.scd
+++ b/.config/SuperCollider/startupfiles/startupSystem.scd
@@ -2,7 +2,8 @@ load("/home/dave/.config/SuperCollider/startupfiles/shared.scd");
"Starting with internal system settings.".postln;
Server.local.options.sampleRate = 48000.0;
Server.local.options.blockSize = 128;
-Server.local.options.numOutputBusChannels = 4;
+//Server.local.options.numOutputBusChannels = 4;
+Server.local.options.numOutputBusChannels = 2;
Server.local.options.numInputBusChannels = 2;
Server.local.options.maxNodes = 65536;
Server.local.options.memSize = 2097152; // 1048576