From 8e87673f70e04a1c7283bb05a4356f344d1972a3 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 14 Dec 2017 14:01:35 +0100 Subject: .config/SuperCollider/startup.scd: Automatically initializing and connecting MIDI devices. --- .config/SuperCollider/startup.scd | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/SuperCollider') 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 -- cgit v1.2.3-54-g00ecf