From 856e6b21b558b7fb0d9fe40f50cefabf7ed889bc Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 29 Apr 2017 18:39:54 +0200 Subject: .config/SuperCollider/startupfiles/: Removing old unneeded, unused clutter. --- .config/SuperCollider/startupfiles/startupSystem.scd | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .config/SuperCollider/startupfiles/startupSystem.scd (limited to '.config/SuperCollider/startupfiles/startupSystem.scd') diff --git a/.config/SuperCollider/startupfiles/startupSystem.scd b/.config/SuperCollider/startupfiles/startupSystem.scd deleted file mode 100644 index 51c4009..0000000 --- a/.config/SuperCollider/startupfiles/startupSystem.scd +++ /dev/null @@ -1,16 +0,0 @@ -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 = 2; -Server.local.options.numInputBusChannels = 2; -Server.local.options.maxNodes = 65536; -Server.local.options.memSize = 2097152; // 1048576 -Server.local.options.maxSynthDefs = 16384; - -// hook up jack ports to audio channels -//"SC_JACK_DEFAULT_INPUTS".setenv("system:capture_1,system:capture_2"); -"SC_JACK_DEFAULT_INPUTS".setenv("system"); -//"SC_JACK_DEFAULT_OUTPUTS".setenv("system:playback_1,system:playback_2,system:playback_3,system:playback_4"); -"SC_JACK_DEFAULT_OUTPUTS".setenv("system"); -- cgit v1.2.3-54-g00ecf