aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider/startup.scd
blob: 413d8b0674b2a5037bf73b5abafb8e0f0d8b3bb3 (plain)
1
2
3
4
5
6
7
Server.local.options.numOutputBusChannels = 2;
Server.local.options.numInputBusChannels = 2;

if(("ls /dev/fw1".systemCmd) < 0, {
  File.readInterpret(Platform.userConfigDir++"/startupfiles/rme_fireface800.scd");
});