diff options
author | David Runge <dave@sleepmap.de> | 2016-08-09 22:13:07 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-08-09 22:13:07 +0200 |
commit | 745448d4e73d9cbd8f083ae788a1a23a17d9a281 (patch) | |
tree | a23da422c959b8b17ccfe0eae04c9dc8473d5d8e | |
parent | e8fbd827bd7a669c132b235af2d0d2d5abcd99bc (diff) | |
download | dotfiles-745448d4e73d9cbd8f083ae788a1a23a17d9a281.tar.gz dotfiles-745448d4e73d9cbd8f083ae788a1a23a17d9a281.tar.bz2 dotfiles-745448d4e73d9cbd8f083ae788a1a23a17d9a281.tar.xz dotfiles-745448d4e73d9cbd8f083ae788a1a23a17d9a281.zip |
.config/SuperCollider/startupfiles/rme_fireface800.scd: Removing obsolete configurations.
-rw-r--r-- | .config/SuperCollider/startupfiles/rme_fireface800.scd | 53 |
1 files changed, 6 insertions, 47 deletions
diff --git a/.config/SuperCollider/startupfiles/rme_fireface800.scd b/.config/SuperCollider/startupfiles/rme_fireface800.scd index b37b732..2956e09 100644 --- a/.config/SuperCollider/startupfiles/rme_fireface800.scd +++ b/.config/SuperCollider/startupfiles/rme_fireface800.scd @@ -1,49 +1,8 @@ -//Server.local.options.numOutputBusChannels = 12; // change number of input and output channels -Server.local.options.numOutputBusChannels = 8; // change number of input and output channels -Server.local.options.numInputBusChannels = 0;//8; -//Server.local.options.blockSize = 128; //256; // increase block size (default is 64) -Server.local.options.sampleRate = 41000; //96000; // increase sampling rate (if your hardware supports it) -Server.local.options.memSize = 6291456;//2097152; // 1048576; -Server.local.options.maxNodes = 65536; +Server.local.options.numOutputBusChannels = 28; +Server.local.options.numInputBusChannels = 28; +Server.local.options.blockSize = 128; //256; // increase block size (default is 64) +//Server.local.options.sampleRate = 41000; //96000; // increase sampling rate (if your hardware supports it) +//Server.local.options.memSize = 6291456;//2097152; // 1048576; +//Server.local.options.maxNodes = 65536; //Server.local.options.maxSynthDefs = 16384; -// hook up jack ports to audio channels -//"SC_JACK_DEFAULT_INPUTS".setenv( -//"rme_fireface:adat-01-in, -// rme_fireface:adat-02-in, -// rme_fireface:adat-03-in, -// rme_fireface:adat-04-in, -// rme_fireface:adat-05-in, -// rme_fireface:adat-06-in, -// rme_fireface:adat-07-in, -// rme_fireface:adat-08-in, -// rme_fireface:adat-09-in, -// rme_fireface:adat-10-in, -// rme_fireface:adat-11-in, -// rme_fireface:adat-12-in, -// rme_fireface:adat-13-in, -// rme_fireface:adat-14-in, -// rme_fireface:adat-15-in, -// rme_fireface:adat-16-in" -//); -//"SC_JACK_DEFAULT_OUTPUTS".setenv( -//"system" -//"firewire_pcm:0000a350026756bfa_pbk_analog-1_out" -//"rme_fireface:adat-01-out" -//"rme_fireface:adat-01-out, -// rme_fireface:adat-02-out, -// rme_fireface:adat-03-out, -// rme_fireface:adat-04-out, -// rme_fireface:adat-05-out, -// rme_fireface:adat-06-out, -// rme_fireface:adat-07-out, -// rme_fireface:adat-08-out, -// rme_fireface:adat-09-out, -// rme_fireface:adat-10-out, -// rme_fireface:adat-11-out, -// rme_fireface:adat-12-out, -// rme_fireface:adat-13-out, -// rme_fireface:adat-14-out, -// rme_fireface:adat-15-out, -// rme_fireface:adat-16-out" -//); |