fluidsynth/doc
derselbst 85fcbde9e0 Merge remote-tracking branch 'origin/2.2.x' into master 2022-07-10 18:18:30 +02:00
..
android replaced global include_directories and link_directories 2021-09-05 11:30:25 +02:00
doxygen Fix source comment typos 2021-07-10 08:44:35 -04:00
examples Fix several flaws in example.c 2022-05-28 22:28:09 +02:00
images Use SVG for fluid mixer image 2020-11-14 21:16:23 +01:00
polymono fix typos and grammar in FluidPolyMono-0004.pdf (#440) 2018-10-09 14:57:17 +02:00
usage Merge branch '2.2.x' into master 2022-02-20 18:27:41 +01:00
CMakeLists.txt Adopting GNUInstallDirs 2021-09-15 22:56:05 +02:00
Doxyfile.cmake Remove unused command alias and sync Doxyfile.cmake and Doxyfile 2020-11-16 22:09:06 +01:00
FluidMixer.ppt Add a chart about voice mixing and rendering 2020-09-02 20:54:05 +02:00
FluidProfile_0004.pdf Add profiling command interface (#345) 2018-03-12 18:25:16 +01:00
FluidSostenuto-005.pdf Add Sostenuto PDF documentation (#559) 2019-09-14 17:19:43 +03:00
FluidSynth Thread safety paper for LAC 2011.odt remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
README Update URLs to HTTPS (#796) 2021-03-08 16:46:36 +01:00
fluidsettings.xml Merge branch '2.2.x' into master 2022-06-27 17:43:09 +02:00
fluidsettings.xsl Mark settings with callbacks as realtime and output this in the generated docs 2020-11-13 20:46:02 +01:00
fluidsynth-v20-devdoc.txt Bump to 2.2.8 2022-07-10 00:05:56 +02:00
fluidsynth.1 Bump to 2.2.5 2022-01-16 15:48:31 +01:00
ladspa.md Wording and typo fixes for LADSPA documentation 2022-06-20 21:02:49 +02:00
recent_changes.txt Make MIDI Event API const correct 2022-04-19 22:15:18 +02:00

README

To build FluidSynth API reference documentation, make sure you have Doxygen
installed.

If you are using the cmake build system, change to the build directory and
execute the following command in this doc/ directory:

$ make doxygen

The latest generated API HTML docs can also be found at:
https://www.fluidsynth.org/api/

Even more documentation references are provided on our wiki page:
https://github.com/FluidSynth/fluidsynth/wiki/Documentation