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-05-29 17:08:26 +01:00
|
|
|
/*
|
|
|
|
|
Anny: Juliese
|
|
|
|
|
anny.audio
|
|
|
|
|
|
|
|
|
|
See README.md for more information
|
|
|
|
|
*/
|
|
|
|
|
|
2016-11-14 23:13:24 +00:00
|
|
|
include("SuperDirt")
|
|
|
|
|
|
|
|
|
|
Server.local.options.device = "Soundflower (2ch)";
|
|
|
|
|
SuperDirt.start
|
|
|
|
|
|
2017-05-29 17:08:26 +01:00
|
|
|
~dirt.loadSoundFiles("samples/*".resolveRelative)
|
2016-11-14 23:13:24 +00:00
|
|
|
|
|
|
|
|
~dirt.stop
|