aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-07-14 09:57:23 +0200
committerDavid Runge <david.runge@frqrec.com>2014-07-14 09:57:23 +0200
commitcfd22046fd75f7b7d95b2f16db1339a45174c935 (patch)
tree420797feb9cac808c1307bf5742d7ac765d23460 /.config/SuperCollider
parent30fc5351eaedc65a06f826f27f2bdfc82d6b50c9 (diff)
downloaddotfiles-cfd22046fd75f7b7d95b2f16db1339a45174c935.tar.gz
dotfiles-cfd22046fd75f7b7d95b2f16db1339a45174c935.tar.bz2
dotfiles-cfd22046fd75f7b7d95b2f16db1339a45174c935.tar.xz
dotfiles-cfd22046fd75f7b7d95b2f16db1339a45174c935.zip
SuperCollider startup file for electronic studio
Diffstat (limited to '.config/SuperCollider')
-rw-r--r--.config/SuperCollider/startupfiles/electronicStudio.scd49
1 files changed, 49 insertions, 0 deletions
diff --git a/.config/SuperCollider/startupfiles/electronicStudio.scd b/.config/SuperCollider/startupfiles/electronicStudio.scd
new file mode 100644
index 0000000..b37b732
--- /dev/null
+++ b/.config/SuperCollider/startupfiles/electronicStudio.scd
@@ -0,0 +1,49 @@
+//Server.local.options.numOutputBusChannels = 12; // change number of input and output channels
+Server.local.options.numOutputBusChannels = 8; // change number of input and output channels
+Server.local.options.numInputBusChannels = 0;//8;
+//Server.local.options.blockSize = 128; //256; // increase block size (default is 64)
+Server.local.options.sampleRate = 41000; //96000; // increase sampling rate (if your hardware supports it)
+Server.local.options.memSize = 6291456;//2097152; // 1048576;
+Server.local.options.maxNodes = 65536;
+//Server.local.options.maxSynthDefs = 16384;
+
+// hook up jack ports to audio channels
+//"SC_JACK_DEFAULT_INPUTS".setenv(
+//"rme_fireface:adat-01-in,
+// rme_fireface:adat-02-in,
+// rme_fireface:adat-03-in,
+// rme_fireface:adat-04-in,
+// rme_fireface:adat-05-in,
+// rme_fireface:adat-06-in,
+// rme_fireface:adat-07-in,
+// rme_fireface:adat-08-in,
+// rme_fireface:adat-09-in,
+// rme_fireface:adat-10-in,
+// rme_fireface:adat-11-in,
+// rme_fireface:adat-12-in,
+// rme_fireface:adat-13-in,
+// rme_fireface:adat-14-in,
+// rme_fireface:adat-15-in,
+// rme_fireface:adat-16-in"
+//);
+//"SC_JACK_DEFAULT_OUTPUTS".setenv(
+//"system"
+//"firewire_pcm:0000a350026756bfa_pbk_analog-1_out"
+//"rme_fireface:adat-01-out"
+//"rme_fireface:adat-01-out,
+// rme_fireface:adat-02-out,
+// rme_fireface:adat-03-out,
+// rme_fireface:adat-04-out,
+// rme_fireface:adat-05-out,
+// rme_fireface:adat-06-out,
+// rme_fireface:adat-07-out,
+// rme_fireface:adat-08-out,
+// rme_fireface:adat-09-out,
+// rme_fireface:adat-10-out,
+// rme_fireface:adat-11-out,
+// rme_fireface:adat-12-out,
+// rme_fireface:adat-13-out,
+// rme_fireface:adat-14-out,
+// rme_fireface:adat-15-out,
+// rme_fireface:adat-16-out"
+//);