add scd, cleanup tidal file for easier performance, delete megalet

n.b. untested in performance, may need to fix errors
This commit is contained in:
Aneurin Barker Snook
2017-06-09 15:49:37 +01:00
parent 687becc193
commit 3d796473d9
3 changed files with 167 additions and 292 deletions
+9 -2
View File
@@ -1,8 +1,15 @@
/*
Anny FM: Pig's Nose EP
anny.audio
See README.md for more information
*/
include("SuperDirt")
Server.local.options.device = "Soundflower (2ch)";
SuperDirt.start
~dirt.loadSoundFiles(thisProcess.nowExecutingPath.dirname +/+ "/samples/*");
~dirt.loadSoundFiles("samples/*".resolveRelative);
~dirt.stop
~dirt.stop;