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-07-05 20:40:20 +01:00
|
|
|
/*
|
|
|
|
|
Anny's standard live performance kit
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
include("SuperDirt")
|
|
|
|
|
|
|
|
|
|
Server.local.options.device = "Soundflower (2ch)"
|
|
|
|
|
SuperDirt.start(2, s, 4)
|
|
|
|
|
|
|
|
|
|
~dirt.loadSoundFiles("samples/*".resolveRelative)
|
|
|
|
|
|
|
|
|
|
~dirt.stop
|