aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider/startupfiles/rme_fireface800.scd
blob: 919ed98e982e9d4b6d0e3fefebfa886b0fc88375 (plain)
1
2
3
4
5
6
7
Server.local.options.numOutputBusChannels = 28;
Server.local.options.numInputBusChannels = 28;
Server.local.options.blockSize = 128; //256; // increase block size (default is 64)

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