2
0

pigs-nose.scd 231 B

123456789101112131415
  1. /*
  2. Anny FM: Pig's Nose EP
  3. anny.audio
  4. See README.md for more information
  5. */
  6. include("SuperDirt")
  7. Server.local.options.device = "Soundflower (2ch)";
  8. SuperDirt.start
  9. ~dirt.loadSoundFiles("samples/*".resolveRelative);
  10. ~dirt.stop;