Archived
16 lines
220 B
Scdoc
16 lines
220 B
Scdoc
/*
|
|
Anny: Juliese
|
|
anny.audio
|
|
|
|
See README.md for more information
|
|
*/
|
|
|
|
include("SuperDirt")
|
|
|
|
Server.local.options.device = "Soundflower (2ch)";
|
|
SuperDirt.start
|
|
|
|
~dirt.loadSoundFiles("samples/*".resolveRelative)
|
|
|
|
~dirt.stop
|