1. Home
  2. Browse
  3. fluidlite

fluidlite

v2023-04-18#0Latest

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

Install

Run the following Vcpkg command to install the port.

vcpkg install fluidlite

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

Features

Dependencies

See source

Version

v2023-04-18#0

Publication

Supports

All

GitHub

divideconcept/FluidLite135

Homepage

github.com/divideconcept/FluidLite

Subtree

cca2c9dd83

License

LGPL-2.1-or-later

Definition

Manifest