chaos_201207
Luka Prinčič 2020-04-06 08:15:44 +02:00
commit 3aa37529b0
1 changed files with 38 additions and 0 deletions

38
ark_d.scd Normal file
View File

@ -0,0 +1,38 @@
// ===========================================================
// Ark/D, amorphic (2020)
// ===========================================================
(
// load libs
Server.default.waitForBoot {
// library path
var libPath = PathName(thisProcess.nowExecutingPath.dirname +/+ "lib");
// for each files in that lib folder
libPath.filesDo({|afile|
// tell me what you're executing:
postln(" ." + afile.fileName);
// execute it:
this.executeFile(afile.fullPath);
});
});
(
SynthDef("sawM", {
}).play;
);
// load samples
// load busses
// load patterns