// =========================================================== // 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