-
|
Hello Is there a MIDI Out driver like VirtualMIDSynth that supports FluidSynth and works on Linux or Windows ? Thanks a lot |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
You can use a command line to open FluidSynth to receive MIDI input. Here is an example that uses the Windows WASAPI driver for audio output and a loopMIDI virtual MIDI cable for MIDI IN: QSynth might be what you are really looking for. |
Beta Was this translation helpful? Give feedback.
-
|
This is the first time I'm seeing an AI generated answer being accepted. It is mostly correct. Interestingly, all AI models I've tried assume that |
Beta Was this translation helpful? Give feedback.
-
|
Yes, -b 25 is a bank offset. I just grabbed the command line I use to test external MIDI output from the Miditzer to give klerg an idea of what it takes to have FluidSynth accept MIDI In. The Miditzer uses a bank offset of 25 for historical reasons that may not have been necessary even at the outset. |
Beta Was this translation helpful? Give feedback.
This is a common confusion because "drivers" and "synthesizers" are often bundled together on Windows (like VirtualMIDISynth), but kept separate in the professional audio world (and on Linux).
Here is the breakdown of the flags you asked about, followed by the solution to get a GUI-based "driver" experience.
The command jimhen3ry provided is configuring FluidSynth to run with very specific hardware settings. Here is what each flag does:
-a wasapi (Audio Driver): This tells FluidSynth how to talk to your sound card. WASAPI (Windows Audio Session API) is a modern Windows driver that provides much lower latency (delay) than the older DirectSound driver.
-m w…