From e4bcea4c1d517687eeac5a3cbb6d78d7b3395943 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 11 Jan 2018 14:42:01 +0100 Subject: .config/SuperCollider/startup.scd: Fixing headphones1 and spdif out for fireface800 settings. --- .config/SuperCollider/startup.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/SuperCollider') diff --git a/.config/SuperCollider/startup.scd b/.config/SuperCollider/startup.scd index 14f934d..2945522 100644 --- a/.config/SuperCollider/startup.scd +++ b/.config/SuperCollider/startup.scd @@ -17,8 +17,8 @@ if(PathName("/dev/fw1").isFile, { \adat1->Array.series(8, 12, 1), \adat2->Array.series(8, 20, 1), \analog->Array.series(8, 0, 1), - \headphones1->Array.series(2, 10, 1), - \spdif->Array.series(2, 8, 1) + \headphones1->Array.series(2, 8, 1), + \spdif->Array.series(2, 10, 1) ]) ]); "SC_JACK_DEFAULT_INPUTS".setenv("firewire_pcm"); -- cgit v1.2.3-54-g00ecf