aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider/startupfiles
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-08-16 16:05:08 +0200
committerDavid Runge <dave@sleepmap.de>2016-08-16 16:05:08 +0200
commit5398090beb583efb86717010f90ebdf2552c4b94 (patch)
treea550fa866f8ba0c66296888031298582ff3781d3 /.config/SuperCollider/startupfiles
parenta24212e200da85e91c20d3f7c6631a19b4bab04f (diff)
parent30d3a2fdefce354b65019226ba1762b0403b8439 (diff)
downloaddotfiles-5398090beb583efb86717010f90ebdf2552c4b94.tar.gz
dotfiles-5398090beb583efb86717010f90ebdf2552c4b94.tar.bz2
dotfiles-5398090beb583efb86717010f90ebdf2552c4b94.tar.xz
dotfiles-5398090beb583efb86717010f90ebdf2552c4b94.zip
Merge branch 'master' of sleepmap.de:config/dotfiles
* 'master' of sleepmap.de:config/dotfiles: (28 commits) .config/qtile/config.py: Disabling broken TreeTab layout. Adding scide to dev. Changing background picture to lowercase. Enabling notification widget. .zsh.after/aliases.zsh: Adding automatic selection of audio backends for mpv. bin/set_volume: Adding further increase/decrease shortcuts. .scvimrc: Adding system runtimepath for .sc files. .config/mpd/mpd-trvlr-jack.conf: Adding mpd configuration for trvlr using JACK. .config/mpd/mpd-trvlr.conf: Adding mpd configuration for trlvr. .config/mpd/mpd.conf: Switching audio backend to JACK in default mpd config. .config/conky/side: Removing broken xft settings. .config/compton.conf .config/SuperCollider/startupfiles/rme_fireface800.scd: Removing obsolete configurations. .config/SuperCollider/startup.scd: Adding a generic startupFile for SuperCollider. .gitignore: Unignoring SuperCollider's startup file. .processing/preferences.txt: Removing configuration due to constant regneration and metadata leakage. .config/patchagerc: Removing useless configuration. .config/SuperCollider/sc_ide_conf.yaml: Removing redundant sc_ide_conf.yaml. .arduino/preferences.txt: Removing arduino preferences due to redundancy. .scvimrc: Using horizontal split in tmux. Removing old trash from ftplugin identifiers. Using SClangStart only on scd files. .config/gtk-3.0/gtk.css: Adding css to disable double drawing of menus/title bars and client-side decoration. .config/compton.conf: Disabling fading (too slow). Lowering shadow-radius, so it won't interfere with WM bars. .vdirsyncer/config: Adding 'b wins' conflict_resolution for akt. ...
Diffstat (limited to '.config/SuperCollider/startupfiles')
-rw-r--r--.config/SuperCollider/startupfiles/electronicStudio.scd49
-rw-r--r--.config/SuperCollider/startupfiles/rme_fireface800.scd8
2 files changed, 8 insertions, 49 deletions
diff --git a/.config/SuperCollider/startupfiles/electronicStudio.scd b/.config/SuperCollider/startupfiles/electronicStudio.scd
deleted file mode 100644
index b37b732..0000000
--- a/.config/SuperCollider/startupfiles/electronicStudio.scd
+++ /dev/null
@@ -1,49 +0,0 @@
-//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.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"
-//);
diff --git a/.config/SuperCollider/startupfiles/rme_fireface800.scd b/.config/SuperCollider/startupfiles/rme_fireface800.scd
new file mode 100644
index 0000000..2956e09
--- /dev/null
+++ b/.config/SuperCollider/startupfiles/rme_fireface800.scd
@@ -0,0 +1,8 @@
+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;
+