Archived
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:
+9
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user