
On 1/19/21 7:21 AM, Bengt Gördén wrote:
Hi Doug,
As for the jack. I do not want to be a party pooper. My take on jack is that there are many degrees of freedom in Linux audio stack(s) and it can be very difficult to find problems by adding even more degrees. I use jack daily in my studio so I think it is good and very nice. But in the end, it's up to you to choose.
But lets just check if your fluidsynth (the software synth used in Qsynth) is up to par with your current setup (pulseaudio)
As I said. First install a soundfont. Ex.
zypper in fluid-soundfont-gm
Grab a midi-file that you have or download some. Ex.
wget https://www.mutopiaproject.org/ftp/BeethovenLv/WoO59/fur-elise-guitar-duo/fu... -O ~/Downloads/fur-elise-guitar-duo.mid
then run fluidsynth from the command line to see if you got any sound:
fluidsynth -a pulseaudio /usr/share/sounds/sf2/FluidR3_GM.sf2 ~/Downloads/fur-elise-guitar-duo.mid
stop it on the fluidsynth cli by issue command quit
Thank you for your input. It has problems on my system: linux1:~ # zypper in fluid-soundfont-gm long paragraph of complaints, ending in "nothing to do"
linux1:~ # wget https://www.mutopiaproject.org/ftp/BeethovenLv/WoO59/fur-elise-guitar-duo/fu... -O ~/Downloads/fur-elise-guitar-duo.mid --2021-01-19 14:27:04-- https://www.mutopiaproject.org/ftp/BeethovenLv/WoO59/fur-elise-guitar-duo/fu... apparently worked--no complaint linux1:~ # fluidsynth Warning: Unable to initialize SDL2 Audio: Could not setup connection to PulseAudiofluidsynth: warning: SDL2 not initialized, SDL2 audio driver won't be usable FluidSynth runtime version 2.1.5 Copyright (C) 2000-2020 Peter Hanappe and others. and lots more--no sound at the end of it fluidsynth: Jack sample rate mismatch, adjusting. (synth.sample-rate=44100, jackd=48000) Finally: fluidsynth: Jack sample rate mismatch, adjusting. (synth.sample-rate=44100, jackd=48000) Type 'help' for help topics. linux1:~ # fluidsynth -a pulseaudio /usr/share/sounds/sf2/FluidR3_GM.sf2 ~/Downloads/fur-elise-guitar-duo.mid Warning: Unable to initialize SDL2 Audio: Could not setup connection to PulseAudiofluidsynth: warning: SDL2 not initialized, SDL2 audio driver won't be usable then fluidsynth: error: Failed to create PulseAudio connection Failed to create the audio driver I didn't print this stuff out, but it looks like about three standard pages of output, none of it good! For some reason, I can't copy the rest of the output. My son says I should try Windows, but I'll put the keyboard away before I get into that! --doug