aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider/startup.scd
diff options
context:
space:
mode:
Diffstat (limited to '.config/SuperCollider/startup.scd')
-rw-r--r--.config/SuperCollider/startup.scd7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/SuperCollider/startup.scd b/.config/SuperCollider/startup.scd
new file mode 100644
index 0000000..413d8b0
--- /dev/null
+++ b/.config/SuperCollider/startup.scd
@@ -0,0 +1,7 @@
+
+Server.local.options.numOutputBusChannels = 2;
+Server.local.options.numInputBusChannels = 2;
+
+if(("ls /dev/fw1".systemCmd) < 0, {
+ File.readInterpret(Platform.userConfigDir++"/startupfiles/rme_fireface800.scd");
+});