I'm currently using Jack (qjackctl) + VMPK + qSynth to try to simply jam a little bit on my keyboard on my Linux machine. I can see all of the inputs and outputs, but I'm still not getting any sound.
Here's my Jack connection map:
Here's VMPK, showing that I'm able to play notes with my USB Midi device:
Finally, here's qsynth:
If I wire my USB device directly to QSynth, I see activity in the bottom left, but if I wire it to VMPK then to QSynth, I don't see activity. In either case, I don't get sound.
I don't know how I should have this thing wired. It seems like I should wire my Keystation USB device to VMPK, then wire VMPK output to the synth. However, I don't hear any audio at all, and I've quite a few things.
What am I doing wrong here?
First of all, VMPK does not pass MIDI data through it. That means that if you use it to play notes it will output them, but if you'll provide it with MIDI input it will highlight the pressed notes, but will not output them. To enable passing MIDI to the output, go to menu Edit->Connections, select "Enable MIDI Thru on MIDI output", and confirm by pressing OK. This will get your MIDI connection to work as on the picture you provided, and QSynth will recieve the MIDI input from your external controller.
I am not sure how did you set up QSynth, as it cannot be deducted from these screenshots you have provided (silly QSynth!). However, there are some things you should make sure to get it to work:
fluid-soundfont-gm
orfluid-soundfont-gs
, or look for them on the web, as thousands of soundfonts are available for free). After that change QSynth will ask you to restart it's engine, allow him to, by answering 'Yes'.I hope it will help you. Ask in case of any further problems :)
Just to add my 5 cents..
If you want to save the QSynth output to a .wav file, click the + button near the QSynth1 to add a new driver, and select Audio Driver: file.
As long as the engine is restarted, it will save the output to /home/fluidsynth.wav
Simply close the QSynth when you are done recording and would like to listen to your creation :)