aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider/startupfiles/behringer_xusb.scd
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2018-01-01 01:32:34 +0100
committerDavid Runge <dave@sleepmap.de>2018-01-01 01:32:34 +0100
commitca9bb1eaaf107d4fb3a0e6f43277781530f16c0d (patch)
tree724b5f1e15d95a23bc43192245177b0199df4310 /.config/SuperCollider/startupfiles/behringer_xusb.scd
parentfb62e74e683b98b307815a931a959cbb3991fcd8 (diff)
parentb7b81f3e2a285a3a2064ce6a56abf4785e8e0352 (diff)
downloaddotfiles-ca9bb1eaaf107d4fb3a0e6f43277781530f16c0d.tar.gz
dotfiles-ca9bb1eaaf107d4fb3a0e6f43277781530f16c0d.tar.bz2
dotfiles-ca9bb1eaaf107d4fb3a0e6f43277781530f16c0d.tar.xz
dotfiles-ca9bb1eaaf107d4fb3a0e6f43277781530f16c0d.zip
Merge branch 'master' of sleepmap.de:config/dotfiles
* 'master' of sleepmap.de:config/dotfiles: .config/qtile/config.py: Adding separate screen for spatialization software. Fixing many re.compiles. Reworking the use of floating windows. .config/jack/fw-fireface800-44100: Lowering frame size to 64, for near zero latency setup. .config/SuperCollider/startupfiles: Removing obsolete startupfiles. .config/SuperCollider/startup.scd: Using easier and more unified way to load standard num{Input,Output}BusChannels per interface. Using ffado-test still has to be setup for firewire devices.
Diffstat (limited to '.config/SuperCollider/startupfiles/behringer_xusb.scd')
-rw-r--r--.config/SuperCollider/startupfiles/behringer_xusb.scd5
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/SuperCollider/startupfiles/behringer_xusb.scd b/.config/SuperCollider/startupfiles/behringer_xusb.scd
deleted file mode 100644
index fce30ef..0000000
--- a/.config/SuperCollider/startupfiles/behringer_xusb.scd
+++ /dev/null
@@ -1,5 +0,0 @@
-Server.local.options.numOutputBusChannels = 32;
-Server.local.options.numInputBusChannels = 32;
-Server.local.options.blockSize = 128; // default: 64
-Server.local.options.device = "Behringer XUSB";
-