Archived
16 lines
276 B
Scdoc
16 lines
276 B
Scdoc
/*
|
|
Anny: Piston LP
|
|
anny.audio | pistonlp.co.uk
|
|
|
|
See README.md for more information
|
|
*/
|
|
|
|
include("SuperDirt")
|
|
|
|
Server.local.options.device = "Soundflower (2ch)";
|
|
SuperDirt.start(2, s, 4);
|
|
|
|
~dirt.loadSoundFiles(thisProcess.nowExecutingPath.dirname +/+ "/samples/*");
|
|
|
|
~dirt.stop
|