Server.local.options.numOutputBusChannels = 2; Server.local.options.numInputBusChannels = 2; ~config; if(PathName("/dev/fw1").isFile, { postln("Adding settings for RME Fireface 800."); ~config = File.new(Platform.userConfigDir++"/startupfiles/rme_fireface800.scd", "r"); }); if(("aplay -l |grep Babyface > /dev/null".systemCmd) == 0, { postln("Adding settings for RME Babyface."); ~config = File.new(Platform.userConfigDir++"/startupfiles/rme_babyface.scd", "r"); }); if(~config.isNil.not, { ~config.readAllString.interpret; });