aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider/startupfiles/rme_fireface800.scd
diff options
context:
space:
mode:
Diffstat (limited to '.config/SuperCollider/startupfiles/rme_fireface800.scd')
-rw-r--r--.config/SuperCollider/startupfiles/rme_fireface800.scd8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/SuperCollider/startupfiles/rme_fireface800.scd b/.config/SuperCollider/startupfiles/rme_fireface800.scd
new file mode 100644
index 0000000..2956e09
--- /dev/null
+++ b/.config/SuperCollider/startupfiles/rme_fireface800.scd
@@ -0,0 +1,8 @@
+Server.local.options.numOutputBusChannels = 28;
+Server.local.options.numInputBusChannels = 28;
+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;
+