Discussion:
15.0: 2 more sound related issues
(too old to reply)
bad sector
2022-03-21 23:31:45 UTC
Permalink
#1

When I launch jack first as usual and then qSynth I get this:


19:14:10.188 Qsynth: Creating synthesizer engine...
19:14:10.197 Qsynth: Creating audio driver (jack)...
19:14:10.202 Qsynth: Failed to create the audio driver (jack). Cannot continue without it.
fluidsynth: error: Unknown string setting 'audio.jack.id'
fluidsynth: error: Unknown integer parameter 'audio.jack.autoconnect'
fluidsynth: error: Unknown integer parameter 'audio.jack.multi'
fluidsynth: error: Unknown integer parameter 'synth.dump'
fluidsynth: warning: Requested audio-channels to high. Limiting this setting to audio-groups.
fluidsynth: error: fluid_is_soundfont(): fopen() failed: 'File does not exist.'
fluidsynth: error: fluid_is_soundfont(): fopen() failed: 'File does not exist.'
fluidsynth: error: fluid_is_soundfont(): fopen() failed: 'File does not exist.'
fluidsynth: error: Couldn't find the requested audio driver 'jack'.
fluidsynth: This build of fluidsynth supports the following audio drivers: alsa, file, oss, pulseaudio, sdl2
19:14:18.437 Qsynth: Destroying synthesizer engine...
19:14:18.437 Qsynth: Synthesizer engine terminated.
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 645, resource id: 14706729, major code: 40 (TranslateCoords), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2033, resource id: 14710379, major code: 40 (TranslateCoords), minor code: 0




#2

With the following installed
Rosegarden
ZynaddsubFX
dssi
..and other studio stuff

and the following started in this order
qjackctl
qSynth
Rosegarden

the ZynAddsubFX dssi should show up in Rosegarden as the ZASF synth.

It doesn't, similar problem in my Artix installation as well
but not is OpenSuse or in Devuan. I don't know which "package" is
supposed to include it. I can't serach for it because only inside
Rosegarden is it identified as ZASF.
bad sector
2022-03-23 13:56:00 UTC
Permalink
Post by bad sector
#2
With the following installed
Rosegarden
ZynaddsubFX
dssi
..and other studio stuff
and the following started in this order
qjackctl
qSynth
Rosegarden
the ZynAddsubFX dssi should show up in Rosegarden as the ZASF synth.
It doesn't, similar problem in my Artix installation as well
but not is OpenSuse or in Devuan. I don't know which "package" is
supposed to include it. I can't serach for it because only inside
Rosegarden is it identified as ZASF.
I cleared this by installing a few more AlienBob packages, not
very methodically, will specify which exactly after I repeat the
horror on my desktop
--
Slackware 15.0, Kernel=5.15.19 on x86_64,
DM=Unknown, DE=XFCE, ST=tty,grub2, GPT, BIOS-boot
bad sector
2022-03-23 23:39:51 UTC
Permalink
Post by bad sector
Post by bad sector
#2
With the following installed
Rosegarden
ZynaddsubFX
dssi
..and other studio stuff
and the following started in this order
qjackctl
qSynth
Rosegarden
the ZynAddsubFX dssi should show up in Rosegarden as the ZASF synth.
It doesn't, similar problem in my Artix installation as well
but not is OpenSuse or in Devuan. I don't know which "package" is
supposed to include it. I can't serach for it because only inside
Rosegarden is it identified as ZASF.
I cleared this by installing a few more AlienBob packages, not
very methodically, will specify which exactly after I repeat the
horror on my desktop
Following up in case someone might google for it:

it was installing the AlienBob Zyn package that got the ZASF dssi to show in Rosegarden:

upgradepkg --install-new zynaddsubfx-3.0.5-x86_64-1alien.txz

How come the standard ZynaddsubFX package fails?
Post by bad sector
--
Slackware 15.0, Kernel=5.15.19 on x86_64,
DM=Unknown, DE=XFCE, ST=tty,grub2, GPT, BIOS-boot
bad sector
2022-03-23 17:37:49 UTC
Permalink
Post by bad sector
#1
19:14:10.188 Qsynth: Creating synthesizer engine...
19:14:10.197 Qsynth: Creating audio driver (jack)...
19:14:10.202 Qsynth: Failed to create the audio driver (jack). Cannot continue without it.
fluidsynth: error: Unknown string setting 'audio.jack.id'
fluidsynth: error: Unknown integer parameter 'audio.jack.autoconnect'
fluidsynth: error: Unknown integer parameter 'audio.jack.multi'
fluidsynth: error: Unknown integer parameter 'synth.dump'
fluidsynth: warning: Requested audio-channels to high. Limiting this setting to audio-groups.
fluidsynth: error: fluid_is_soundfont(): fopen() failed: 'File does not exist.'
fluidsynth: error: fluid_is_soundfont(): fopen() failed: 'File does not exist.'
fluidsynth: error: fluid_is_soundfont(): fopen() failed: 'File does not exist.'
fluidsynth: error: Couldn't find the requested audio driver 'jack'.
fluidsynth: This build of fluidsynth supports the following audio drivers: alsa, file, oss, pulseaudio, sdl2
19:14:18.437 Qsynth: Destroying synthesizer engine...
19:14:18.437 Qsynth: Synthesizer engine terminated.
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 645, resource id: 14706729, major code: 40 (TranslateCoords), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2033, resource id: 14710379, major code: 40 (TranslateCoords), minor code: 0
the above 'File does not exist.' errors were fixed by loading soundfonts in qsynth prefs.

the following appear only in the file /tmp/SBo/qsynth-0.6.2/src/qsynthSetup.cpp

"fluidsynth: error: Unknown integer parameter 'audio.jack.autoconnect'"
"fluidsynth: error: Unknown integer parameter 'audio.jack.multi'"
"fluidsynth: error: Unknown integer parameter 'synth.dump'"


the following appears to show that fluidsynth 'default' does not support jack?

"fluidsynth: This build of fluidsynth supports the following audio drivers: alsa, file, oss, pulseaudio, sdl2"

I've installed fluidsynth AFTER I had earlier installed AlienBob jack2 & Audacity
Loading...