2
0

haddeo.scd 238 B

123456789101112131415
  1. /*
  2. Anny: Haddeo (Algorave Remix)
  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;