This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2017-04-08 17:17:11 +01:00
|
|
|
/*
|
2017-05-29 12:25:16 +01:00
|
|
|
Anny FM: Battery 1,2,3
|
|
|
|
|
anny.audio
|
2017-04-08 17:17:11 +01:00
|
|
|
|
|
|
|
|
See README.md for more information
|
|
|
|
|
*/
|
|
|
|
|
|
2017-01-29 13:33:51 +00:00
|
|
|
include("SuperDirt")
|
|
|
|
|
|
|
|
|
|
Server.local.options.device = "Soundflower (2ch)";
|
|
|
|
|
SuperDirt.start
|
|
|
|
|
|
2017-04-09 21:37:01 +01:00
|
|
|
~dirt.loadSoundFiles("samples/*".resolveRelative);
|
2017-01-29 13:33:51 +00:00
|
|
|
|
|
|
|
|
~dirt.stop
|