From 9a8d1e0eaba5b9e711224f415df551e74023ebf6 Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Sun, 9 Apr 2017 21:36:30 +0100 Subject: [PATCH] a little cleanup --- README.md | 5 ++--- piston.scd | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b73e193..95a82f3 100644 --- a/README.md +++ b/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 diff --git a/piston.scd b/piston.scd index aa9b80f..f9a5528 100644 --- a/piston.scd +++ b/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