mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-08 08:41:21 +00:00
fluidsynth exec: let option -j connect MIDI devices as well (#578)
This commit is contained in:
parent
64d4fe0402
commit
59be52ea3b
1 changed files with 1 additions and 0 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue