Explorar o código

a little cleanup

Aneurin Barker Snook %!s(int64=8) %!d(string=hai) anos
pai
achega
9a8d1e0eab
Modificáronse 2 ficheiros con 3 adicións e 4 borrados
  1. 2 3
      README.md
  2. 1 1
      piston.scd

+ 2 - 3
README.md

@@ -18,6 +18,5 @@ _Anny is formerly Anny FM._
 
 ## License
 
-Album recording is copyright of Aneurin "Anny" Barker Snook 2015.
-
-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!
+- Source code: [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/)
+- Samples: see origins of sample attributions for individual licenses

+ 1 - 1
piston.scd

@@ -10,6 +10,6 @@ include("SuperDirt")
 Server.local.options.device = "Soundflower (2ch)";
 SuperDirt.start(2, s, 4);
 
-~dirt.loadSoundFiles(thisProcess.nowExecutingPath.dirname +/+ "/samples/*");
+~dirt.loadSoundFiles("samples/*".resolveRelative);
 
 ~dirt.stop