From 54f18c52b0d20ad74b1b4b49999e5be4f8656291 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 19 Feb 2014 14:56:57 +0100 Subject: Changing from 4 to 2 channels by default (because of new laptop) --- .config/SuperCollider/startupfiles/startupSystem.scd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config') 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 -- cgit v1.2.3-54-g00ecf