big update to remove as many variables as possible and make main tidal file more performance friendly

also, compatible with tidal 1.0-dev!
This commit is contained in:
Aneurin Barker Snook
2017-05-29 15:25:46 +01:00
parent bc6f43024b
commit b1bcec78bb
2 changed files with 161 additions and 233 deletions
+9 -2
View File
@@ -1,8 +1,15 @@
/*
Anny: Haddeo (Algorave Remix)
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;