Skip to content

fluidsynth 1.1.10

Compare
Choose a tag to compare
@derselbst derselbst released this 25 Feb 12:50

Bug Fixes

  • avoid a buffer overrun when loading malformed soundfonts (#327)
  • fix synth.default-soundfont returning incomplete path (#332)
  • improve reliability of fluid_is_soundfont() (thanks to Orcan Ogetbil)
  • minor cmake adjustments for MSVC builds to enable building fluidsynth as vcpkg package (#333, #339, thanks to @stekyne)
  • fix build issues against statically built fluidsynth library on all OSs (#341)
  • cmake: prevent double usage of LIB_SUFFIX and LIB_INSTALL_DIR

New Features

  • include windows version info in libfluidsynth.dll (#216, thanks to @harborsiem)
  • enable jack midi driver to support more than 16 midi channels (#326)
  • enable fluidsynth to be set up as systemd user service (#66, #342, thanks to @dvzrv)