aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/SuperCollider/startup.scd4
1 files changed, 2 insertions, 2 deletions
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");