From 59be52ea3b1932f4b593cbfde9fd9159e842f395 Mon Sep 17 00:00:00 2001 From: Tom M Date: Sat, 26 Oct 2019 12:28:16 +0200 Subject: [PATCH] fluidsynth exec: let option -j connect MIDI devices as well (#578) --- src/fluidsynth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fluidsynth.c b/src/fluidsynth.c index 4e3181c6..52a74754 100644 --- a/src/fluidsynth.c +++ b/src/fluidsynth.c @@ -585,6 +585,7 @@ int main(int argc, char **argv) case 'j': fluid_settings_setint(settings, "audio.jack.autoconnect", 1); + fluid_settings_setint(settings, "midi.autoconnect", 1); break; case 'K':