ubuntustudio-bugs team mailing list archive
-
ubuntustudio-bugs team
-
Mailing list archive
-
Message #08276
[Bug 1832417] Re: wrong soundfont path
This bug is a duplicate of Debian #929182. Since this package is
inherited unpatched from Debian, please comment on the bug at this link:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929182
** Bug watch added: Debian Bug tracker #929182
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929182
** Also affects: fluidsynth (Debian) via
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929182
Importance: Unknown
Status: Unknown
** Changed in: fluidsynth (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to fluidsynth in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1832417
Title:
wrong soundfont path
Status in fluidsynth package in Ubuntu:
Confirmed
Status in fluidsynth package in Debian:
Unknown
Bug description:
libfliudsynth provides an API to locate the default
soundfonts. Its like below:
ret = fluid_settings_dupstr(settings, "synth.default-soundfont", &sfont);
if (ret == 0 || access(sfont, R_OK) != 0) {
ret = fluid_synth_sfload(synth, sfont, TRUE);
}
Under ubuntu it returns
/usr/share/soundfonts/default.sf2
but its unclear what package provides this,
if any. At least not fluid-soundfont-gm.
This font path can be specified during fluidsynth
build. The valid one under ubuntu seems to be
/usr/share/sounds/sf2/FluidR3_GM.sf2
But as this font may not be installed, I would
suggest fluidsynth to check against the pre-defined
list of pathes, and return error if nothing is found.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fluidsynth/+bug/1832417/+subscriptions
References