update for tidal 1.0-dev compat, and simplify code for easier performance w/ composition notes

This commit is contained in:
Aneurin Barker Snook
2017-05-29 17:08:26 +01:00
parent b01aa91801
commit e49400e207
3 changed files with 130 additions and 195 deletions
+8 -1
View File
@@ -1,8 +1,15 @@
/*
Anny: Juliese
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