fluidsynth/doc
Marcus Weseloh 4cfdacd905 Fix typo in dynamic-sample-loading settings documentation 2018-04-21 23:38:12 +02:00
..
polymono Add Polymono Support (#306) 2018-03-03 14:34:43 +01:00
CMakeLists.txt remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
Doxyfile make sure doxygen generates ladspa-related docs 2017-11-30 13:01:16 +01:00
Doxyfile.cmake include version.h in API doc 2018-01-10 12:31:06 +01:00
FluidProfile_0004.pdf Add profiling command interface (#345) 2018-03-12 18:25:16 +01: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 doc/README 2017-12-15 19:29:12 +01:00
example.c remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
fluidsettings.xml Fix typo in dynamic-sample-loading settings documentation 2018-04-21 23:38:12 +02:00
fluidsettings.xsl fluidsettings: different color for deprecated settings 2017-10-18 14:08:02 +02:00
fluidsynth-v10-devdoc.xml remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
fluidsynth-v11-devdoc.txt make fluid_synth_remove_sfont() return FLUID_OK|FAILED 2018-04-08 10:19:57 +02:00
fluidsynth.1 Merge pull request #220 from FluidSynth/fluidsettings-doc 2017-10-19 12:46:26 +02:00
fluidsynth_arpeggio.c remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
fluidsynth_fx.c remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
fluidsynth_metronome.c remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
fluidsynth_register_adriver.c correct return value checking for fluidsynth_register_adriver.c 2018-01-02 16:15:32 +01:00
fluidsynth_sfload_mem.c Refactor Soundfont loader API (#334) 2018-02-11 16:56:53 +01:00
fluidsynth_simple.c remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
ladspa.md Information about LADSPA on non-Linux platforms and some reformatting 2017-11-19 21:12:49 +01:00
xtrafluid.txt remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +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:
http://www.fluidsynth.org/api/

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