Archived
the two php scripts sync sample banks and yas snippets from selected projects on disk. the original paths are actually all over the place, so for consistency i symlink them on each machine in an ez path
13 lines
204 B
Scdoc
13 lines
204 B
Scdoc
/*
|
|
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
|