Start and control MIDI file playback from fluidsynth's shell? #1109
-
Is is possible to start and control midi file playback at the fluidsynth shell prompt? Context: I'm using fluidsynth 2.1.7 on Debian 11 to perform microtonal music and it's working very well. I've written a very small tkinter application to set tunings and programs so the keyboardist doesn't type commands into the fluidsynth shell. It just opens fluidsynth as a writable pipe and sends commands which are received by fluidsynth. Now the end-user wants to play a MIDI file though the setup, maybe by dropping it on the python app. I'm wondering if I can start and stop such playback by issuing fluidsynth shell commands. I understand I could rewrite the whole thing using the library, but if it comes to that I might as well just ask the user to use a sequencer instead. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Shell commands for the MIDI player have been added in fluidsynth 2.2.0. Execute |
Beta Was this translation helpful? Give feedback.
Shell commands for the MIDI player have been added in fluidsynth 2.2.0. Execute
help player
for more details.