aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/SuperCollider/startup.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/SuperCollider/startup.scd b/.config/SuperCollider/startup.scd
index 4d51dbf..9d905a2 100644
--- a/.config/SuperCollider/startup.scd
+++ b/.config/SuperCollider/startup.scd
@@ -16,4 +16,8 @@ if(("aplay -l |grep 'Scarlett 18i20' > /dev/null".systemCmd) == 0, {
});
postln("Loaded settings for: "++Server.local.options.device);
+postln("Initializing and connecting MIDI devices.");
+MIDIClient.init;
+MIDIIn.connectAll;
+
//TODO: load all quarks from ~/git/audio automatically, don't use symlinks