a little cleanup

This commit is contained in:
Aneurin Barker Snook
2017-04-09 21:36:30 +01:00
parent 7d26560b2b
commit 9a8d1e0eab
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -18,6 +18,5 @@ _Anny is formerly Anny FM._
## License ## License
Album recording is copyright of Aneurin "Anny" Barker Snook 2015. - Source code: [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/)
- Samples: see origins of sample attributions for individual licenses
Source code is [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/) and samples are all royalty free. Remix to your heart's content!
+1 -1
View File
@@ -10,6 +10,6 @@ include("SuperDirt")
Server.local.options.device = "Soundflower (2ch)"; Server.local.options.device = "Soundflower (2ch)";
SuperDirt.start(2, s, 4); SuperDirt.start(2, s, 4);
~dirt.loadSoundFiles(thisProcess.nowExecutingPath.dirname +/+ "/samples/*"); ~dirt.loadSoundFiles("samples/*".resolveRelative);
~dirt.stop ~dirt.stop