brummer10 / Fluida.lv2

Fluidsynth as LV2 plugin
GNU General Public License v2.0
33 stars 4 forks source link

Which Fluidsynth version is used in recent released builds? #32

Open arseniiv opened 5 months ago

arseniiv commented 5 months ago

Using the 0.9.2 release, I seemed to have a microtuning issue that should’ve been fixed in Fluidsynth 2.2.2 a while ago. Which version of Fluidsynth is used?

I see it doesn’t seem to appear in the dependencies explicitly, so maybe an outdated version is installed on a machine where the builds are generated? I don’t know.

I used the Windows build. The way to check the bug is there (if in other builds it’s not there) is loading a melodic sf2 instrument, and applying a tuning...

Contrary, when the tuning is applied as should be in Fluidsynth ≥ 2.2.2, a note’s target sample, and thus timbre, will depend only on its actual pitch and not on which MIDI note was received (samples get chosen by notes’ frequencies).

I’ll re-check if I heard what I heard if you don’t find anything suspicious (or the version of Fluidsynth used is recent enough).

brummer10 commented 5 months ago

Hi The fluidsynth version used to build the windows binary is 1.1.11 Yes, a very old one. The windows binary is build on github service with the help of PawPaw to link in anything statically (avoid any dependency). That's were the fluidsynth version comes from.

arseniiv commented 5 months ago

Thanks! I’ll bother PawPaw maintainers then. 🙂