** Changed in: fluidsynth (Ubuntu Mantic)
Status: Fix Committed => New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fluidsynth in Ubuntu.
https://bugs.launchpad.net/bugs/2047656
Title:
[SRU] Players terminate afte
I've tested the proposed package and it works as expected.
Thanks for the fix
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fluidsynth in Ubuntu.
https://bugs.launchpad.net/bugs/2047656
Title:
[SRU] Players terminate aft
Here is the test in python (you can chooses any midifile and adapt the variable
midifile accordingly).
You can also adapt the lib variable.
--
from ctypes import c_int, c_double, c_char_p, byref, CDLL
import logging
import time
lib="./libfluidsynth.so.3.2.2"
fluidsynth = CDLL(lib)
def b(s):
Public bug reported:
The latest package of fluidsynth should include the sources from version
2.3.3 but the binary includes only version 2.3.2
This version has a bug (see
https://github.com/FluidSynth/fluidsynth/issues/1272), which leads to
problems in EasyABC.
Please include the latest version
4 matches
Mail list logo