Archived
add scd, cleanup tidal file for easier performance, delete megalet
n.b. untested in performance, may need to fix errors
This commit is contained in:
+9
-2
@@ -1,8 +1,15 @@
|
||||
/*
|
||||
Anny FM: Pig's Nose EP
|
||||
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
|
||||
~dirt.stop;
|
||||
|
||||
Reference in New Issue
Block a user