fluidsynth/doc
Paul 20e09bb76d
fix some type conversion warnings in MSVC (#903)
2021-05-30 23:04:23 +02:00
..
android Speedup Android CI a bit (#769) 2021-02-06 19:28:52 +01:00
doxygen Remove pre-generated doxygen files 2020-12-22 13:23:28 +01:00
examples fix some type conversion warnings in MSVC (#903) 2021-05-30 23:04:23 +02:00
images Use SVG for fluid mixer image 2020-11-14 21:16:23 +01:00
polymono
usage Use SVG for fluid mixer image 2020-11-14 21:16:23 +01:00
CMakeLists.txt Move examples into doc/examples directory 2020-11-14 13:40:46 +01: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
FluidSostenuto-005.pdf Add Sostenuto PDF documentation (#559) 2019-09-14 17:19:43 +03:00
FluidSynth Thread safety paper for LAC 2011.odt
README Update URLs to HTTPS (#796) 2021-03-08 16:46:36 +01:00
fluidsettings.xml Update default value of audio.driver 2021-05-08 11:27:54 +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.1 2021-05-08 18:30:07 +02:00
fluidsynth.1 Update URLs to HTTPS (#796) 2021-03-08 16:46:36 +01:00
ladspa.md Update URLs to HTTPS (#796) 2021-03-08 16:46:36 +01:00
recent_changes.txt Update API docs 2021-03-17 20:11:46 +01: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