aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider/startupfiles/shared.scd
blob: 6f6cfc330e0b573333cf06761bb865d834bb179b (plain)
1
2
3
4
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;