Replies: 1 comment 4 replies
-
Controlling the player via the fluid shell is something @jjceresa has implemented recently here: #713 You could try out the current master to see if that fits your needs. Cheers |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is probably a silly question. I'm currently rendering midi files via invocations of the fluidsynth command line (e.g. fluidsynth -f script tune.midi). I'd like to switch over to using server mode. While I'm able to send all my settings across port 9800, I don't know how to trigger rendering the midi file (fluid_player_add/fluid_player_play) over the TCP connection. Is there a fluidsynth shell command or setting that will let me specify the file and start processing it?
Beta Was this translation helpful? Give feedback.
All reactions