aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider/startupfiles/shared.scd
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-01-01 22:35:36 +0100
committerDavid Runge <david.runge@frqrec.com>2014-01-01 22:35:36 +0100
commitc2d0fa50a8c7b021c9c85b6c839004d8c417b6db (patch)
treea357196b60f00b20fae67b630c0738f309b44f11 /.config/SuperCollider/startupfiles/shared.scd
parentf485de5a631b2becd1910eb47bf7adf846663f20 (diff)
downloaddotfiles-c2d0fa50a8c7b021c9c85b6c839004d8c417b6db.tar.gz
dotfiles-c2d0fa50a8c7b021c9c85b6c839004d8c417b6db.tar.bz2
dotfiles-c2d0fa50a8c7b021c9c85b6c839004d8c417b6db.tar.xz
dotfiles-c2d0fa50a8c7b021c9c85b6c839004d8c417b6db.zip
Adding Supercollider startup files
Diffstat (limited to '.config/SuperCollider/startupfiles/shared.scd')
-rw-r--r--.config/SuperCollider/startupfiles/shared.scd5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/SuperCollider/startupfiles/shared.scd b/.config/SuperCollider/startupfiles/shared.scd
new file mode 100644
index 0000000..6f6cfc3
--- /dev/null
+++ b/.config/SuperCollider/startupfiles/shared.scd
@@ -0,0 +1,5 @@
+// change the standard archive path to a custom one:
+"Applying shared system settings.".postln;
+MP3.lamepath = "/usr/bin/lame";
+MP3.oggdecpath = "/usr/bin/oggdec";
+Archive.archiveDir = "~/Dropbox/software/SuperCollider".standardizePath;