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-03-28 22:34:16 +01:00
|
|
|
/*
|
|
|
|
|
Anny: Piston LP
|
|
|
|
|
anny.audio | pistonlp.co.uk
|
|
|
|
|
|
|
|
|
|
See README.md for more information
|
|
|
|
|
*/
|
|
|
|
|
|
2017-01-27 23:40:45 +00:00
|
|
|
include("SuperDirt")
|
|
|
|
|
|
|
|
|
|
Server.local.options.device = "Soundflower (2ch)";
|
2017-01-29 12:35:22 +00:00
|
|
|
SuperDirt.start(2, s, 4);
|
2017-01-27 23:40:45 +00:00
|
|
|
|
2017-04-09 21:36:30 +01:00
|
|
|
~dirt.loadSoundFiles("samples/*".resolveRelative);
|
2017-01-27 23:40:45 +00:00
|
|
|
|
|
|
|
|
~dirt.stop
|