aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider/startupfiles/rme_fireface800.scd
blob: fbf1390c17f27f45d7471ebfca9ec4c030faa6d3 (plain)
1
2
3
4
5
6
7
8
Server.local.options.numOutputBusChannels = 28;
Server.local.options.numInputBusChannels = 28;
Server.local.options.blockSize = 128; // default: 64
Server.local.options.device = "RME Fireface 800";

"SC_JACK_DEFAULT_INPUTS".setenv("firewire_pcm");
"SC_JACK_DEFAULT_OUTPUTS".setenv("firewire_pcm");