From 2cce7c81287e5094d14781776f6ccba7492c1385 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 27 Apr 2017 13:22:01 +0200 Subject: .config/SuperCollider/startupfiles/rme_babyface.scd: Adding RME Babyface input/output settings. --- .config/SuperCollider/startupfiles/rme_babyface.scd | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/SuperCollider/startupfiles/rme_babyface.scd 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) + -- cgit v1.2.3-54-g00ecf