piston.scd 250 B

123456789101112131415
  1. /*
  2. Anny: Piston LP
  3. anny.audio | pistonlp.co.uk
  4. See README.md for more information
  5. */
  6. include("SuperDirt")
  7. Server.local.options.device = "Soundflower (2ch)";
  8. SuperDirt.start(2, s, 4);
  9. ~dirt.loadSoundFiles("samples/*".resolveRelative);
  10. ~dirt.stop