Registry / other / fluidlite

fluidlite

JSON →
library2023-04-18vcpkgunverified

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

vcpkg install fluidlite
INSTALL
IMPORT
SIG · FLUIDLITE
F
fluidlite
othercppv2023-04-18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fluidlite.h
#include <fluidlite.h>

Create FluidLite settings and synthesizer.

#include <fluidlite.h> int main() { fluid_settings_t* settings = new_fluid_settings(); fluid_synth_t* synth = new_fluid_synth(settings); delete_fluid_synth(synth); delete_fluid_settings(settings); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2023-04-18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

fluidlite — pip install fluidlite · libregistry