diff options
author | David Runge <dave@sleepmap.de> | 2017-12-21 21:46:52 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-12-21 21:46:52 +0100 |
commit | 137c73e192333a3f3c940d11e35db26ab32c2459 (patch) | |
tree | 5a96a0f15a388982313c808533c83b7db61d6962 | |
parent | 065deec4c33e6c2f65eb0aa8e68d7fffca8de555 (diff) | |
download | dotfiles-137c73e192333a3f3c940d11e35db26ab32c2459.tar.gz dotfiles-137c73e192333a3f3c940d11e35db26ab32c2459.tar.bz2 dotfiles-137c73e192333a3f3c940d11e35db26ab32c2459.tar.xz dotfiles-137c73e192333a3f3c940d11e35db26ab32c2459.zip |
.config/SuperCollider/startupfiles: Removing obsolete startupfiles.
4 files changed, 0 insertions, 22 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"; - diff --git a/.config/SuperCollider/startupfiles/focusrite_scarlett18i20.scd b/.config/SuperCollider/startupfiles/focusrite_scarlett18i20.scd deleted file mode 100644 index d8c9060..0000000 --- a/.config/SuperCollider/startupfiles/focusrite_scarlett18i20.scd +++ /dev/null @@ -1,4 +0,0 @@ -Server.local.options.numOutputBusChannels = 20; -Server.local.options.numInputBusChannels = 18; -Server.local.options.blockSize = 128; // default: 64 -Server.local.options.device = "Focusrite Scarlett 18i20"; diff --git a/.config/SuperCollider/startupfiles/rme_babyface.scd b/.config/SuperCollider/startupfiles/rme_babyface.scd deleted file mode 100644 index f778262..0000000 --- a/.config/SuperCollider/startupfiles/rme_babyface.scd +++ /dev/null @@ -1,5 +0,0 @@ -Server.local.options.numOutputBusChannels = 12; -Server.local.options.numInputBusChannels = 10; -Server.local.options.blockSize = 128; // default: 64 -Server.local.options.device = "RME Babyface"; - diff --git a/.config/SuperCollider/startupfiles/rme_fireface800.scd b/.config/SuperCollider/startupfiles/rme_fireface800.scd deleted file mode 100644 index fbf1390..0000000 --- a/.config/SuperCollider/startupfiles/rme_fireface800.scd +++ /dev/null @@ -1,8 +0,0 @@ -Server.local.options.numOutputBusChannels = 28; -Server.local.options.numInputBusChannels = 28; -Server.local.options.blockSize = 128; // default: 64 -Server.local.options.device = "RME Fireface 800"; - -"SC_JACK_DEFAULT_INPUTS".setenv("firewire_pcm"); -"SC_JACK_DEFAULT_OUTPUTS".setenv("firewire_pcm"); - |