ardour/libs/fluidsynth
David Robillard 2d0b0defdf Add a clean clang-tidy configuration
This configuration just suppresses the necessary clang-* checks which are
enabled by default.  This way has a bit of file spam, but is nice because
different components (in particular, ones actually internal to ardour) can be
audited/strengthened independently.
2023-09-09 23:42:18 -04:00
..
fluidsynth Update to fluidsynth-2.2 2021-04-18 22:02:57 +02:00
MSVCfluidsynth Accommodate newly introduced source(s) in our MSVC project (fluidsynth) 2018-10-22 08:46:59 +01:00
src Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
.clang-tidy Add a clean clang-tidy configuration 2023-09-09 23:42:18 -04:00
config.h Update to fluidsynth-2.2 2021-04-18 22:02:57 +02:00
README Update to fluidsynth-2.2 2021-04-18 22:02:57 +02:00
wscript wscript: drop configure statements already present in the top level wscript 2022-01-22 22:19:03 +01:00

This is a stripped down version of fluidsynth (library only)

from git://github.com/FluidSynth/fluidsynth.git
rev. v2.2.0-41-gf55bc799

fluidsynth is licensed in terms of the  LGPL-2+, see individual source
files for (C) holders.

---

The source is imported in the repository in order to allow static linking,
with hidden visibility. This is required for a-fluidsynth.lv2 (plugin must
be self-contained and not rely on external shared libs) and to make it
available to to libardour on all platforms that Ardour is.