Skip to content

fluidlitev2023-04-18

Updated

FluidLite is a very light version of FluidSynth designed to be hardware, platform and external dependency independant.

#Usage

fluidlite provides CMake targets:

find_package(fluidlite CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:fluidlite::fluidlite>,fluidlite::fluidlite,fluidlite::fluidlite-static>)

#Supported Platforms

All platforms supported.

#Features

Default feature: sf3

#sf3default

Enable SF3 files (ogg/vorbis compressed samples)

Dependencies:
and one transitive dependency:
Host Dependencies:
2 transitive dependencies:

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Gabriel's avatarGabriel
  • Billy O'Neal's avatarBilly O'Neal
  • autoantwort's avatarautoantwort
  • Thomas1664's avatarThomas1664
  • Denis Barkar's avatarDenis Barkar

#Changelog

  • cca2c9d[fluidlite] update version; add SF3 feature; shared library support (#30954)
  • d32292f[fluidlite] Remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#28569)
  • e7e328c[many ports] call vcpkg_fixup_pkgconfig() (#20953)
  • b295670Bulk convert control files. (#19986)
  • 5824945[FluidLite] Bump to latest version (#13181)
  • 05635bdDisable fluidlite in CI. (#13125)
  • 4477888[fluidlite] Add new port (#13006)