Start the fluidsynth daemon when an application requests midi? #1279
-
Just curious if there's a way to automate the starting and closing of the fluidsynth daemon when an application (say, wine) requests to use midi. |
Beta Was this translation helpful? Give feedback.
Answered by
derselbst
Sep 20, 2023
Replies: 1 comment
-
Most people just run fluidsynth as a systemd user daemon, so that applications like wine can use it when they need. There is not support for an "on-demand" starting / stopping of the daemon natively, i.e. you'd need to implement this by yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
derselbst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most people just run fluidsynth as a systemd user daemon, so that applications like wine can use it when they need. There is not support for an "on-demand" starting / stopping of the daemon natively, i.e. you'd need to implement this by yourself.