Skip to Content

fluidlite v2023-04-18

Created
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>) 

# License

# Supported Platforms

All platforms are supported

# Features

Default feature: sf3

# sf3 default

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.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Gabriel's avatar Gabriel
  • Billy O'Neal's avatar Billy O'Neal
  • autoantwort's avatar autoantwort
  • Thomas1664's avatar Thomas1664
  • Denis Barkar's avatar Denis 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)
  • b295670 Bulk convert control files. (#19986)
  • 5824945 [FluidLite] Bump to latest version (#13181)
  • 05635bd Disable fluidlite in CI. (#13125)
  • 4477888 [fluidlite] Add new port (#13006)

# Source