aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-04-27 13:22:01 +0200
committerDavid Runge <dave@sleepmap.de>2017-04-27 13:22:01 +0200
commit2cce7c81287e5094d14781776f6ccba7492c1385 (patch)
tree936fae90e32113d9805d5a33aac7840db56a672f /.config/SuperCollider
parent21dde69ed4c155981f5290140c3919eaf9cd5351 (diff)
downloaddotfiles-2cce7c81287e5094d14781776f6ccba7492c1385.tar.gz
dotfiles-2cce7c81287e5094d14781776f6ccba7492c1385.tar.bz2
dotfiles-2cce7c81287e5094d14781776f6ccba7492c1385.tar.xz
dotfiles-2cce7c81287e5094d14781776f6ccba7492c1385.zip
.config/SuperCollider/startupfiles/rme_babyface.scd: Adding RME Babyface input/output settings.
Diffstat (limited to '.config/SuperCollider')
-rw-r--r--.config/SuperCollider/startupfiles/rme_babyface.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/SuperCollider/startupfiles/rme_babyface.scd b/.config/SuperCollider/startupfiles/rme_babyface.scd
new file mode 100644
index 0000000..c38b893
--- /dev/null
+++ b/.config/SuperCollider/startupfiles/rme_babyface.scd
@@ -0,0 +1,4 @@
+Server.local.options.numOutputBusChannels = 12;
+Server.local.options.numInputBusChannels = 10;
+Server.local.options.blockSize = 64; //256; // increase block size (default is 64)
+