drop one of the basslines in outro, and use relative path for samples in superdirt

This commit is contained in:
Aneurin Barker Snook
2016-11-15 00:17:35 +00:00
parent be9f59cca0
commit 20224d2368
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ include("SuperDirt")
Server.local.options.device = "Soundflower (2ch)";
SuperDirt.start
~dirt.loadSoundFiles("~/Documents/Music/WIP/Haddeo Remix/samples/*")
~dirt.loadSoundFiles(thisProcess.nowExecutingPath.dirname +/+ "/samples/*")
~dirt.stop