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.
Files
pigs-nose-ep/pigs-nose.scd
T

16 lines
231 B
Scdoc
Raw Normal View History

/*
Anny FM: Pig's Nose EP
anny.audio
See README.md for more information
*/
2017-01-30 09:24:11 +00:00
include("SuperDirt")
Server.local.options.device = "Soundflower (2ch)";
SuperDirt.start
~dirt.loadSoundFiles("samples/*".resolveRelative);
2017-01-30 09:24:11 +00:00
~dirt.stop;