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.
2016-10-25 23:46:32 +01:00
|
|
|
include("SuperDirt")
|
2016-11-14 21:17:23 +00:00
|
|
|
|
2016-10-25 23:46:32 +01:00
|
|
|
Server.local.options.device = "Soundflower (2ch)";
|
|
|
|
|
SuperDirt.start
|
2016-11-14 21:17:23 +00:00
|
|
|
|
2016-11-15 00:17:35 +00:00
|
|
|
~dirt.loadSoundFiles(thisProcess.nowExecutingPath.dirname +/+ "/samples/*")
|
2016-11-14 21:17:23 +00:00
|
|
|
|
|
|
|
|
~dirt.stop
|