fluidsynth/doc
derselbst 9382edabd5 enforce coding style guide
using astyle
2018-06-24 13:13:18 +02:00
..
polymono Add Polymono Support (#306) 2018-03-03 14:34:43 +01:00
CMakeLists.txt
doxy_formula.css update API doc of fluid_synth_process() and add usage example 2018-05-17 14:43:59 +02:00
Doxyfile bump API doc to 2.0 beta 2018-05-19 09:06:03 +02:00
Doxyfile.cmake cleanup 2.0 API docs 2018-05-18 16:28:09 +02:00
example.c enforce coding style guide 2018-06-24 13:13:18 +02:00
FluidProfile_0004.pdf Add profiling command interface (#345) 2018-03-12 18:25:16 +01:00
fluidsettings.xml rename reverb roomsize setting to match naming conventions 2018-05-17 21:44:03 +02:00
fluidsettings.xsl fluidsettings: report boolean settings as int 2018-06-17 20:02:46 +02:00
FluidSynth Thread safety paper for LAC 2011.odt
fluidsynth-v10-devdoc.xml
fluidsynth-v20-devdoc.txt bump API doc to 2.0 beta 2018-05-19 09:06:03 +02:00
fluidsynth.1
fluidsynth_arpeggio.c enforce coding style guide 2018-06-24 13:13:18 +02:00
fluidsynth_fx.c enforce coding style guide 2018-06-24 13:13:18 +02:00
fluidsynth_metronome.c enforce coding style guide 2018-06-24 13:13:18 +02:00
fluidsynth_process.c enforce coding style guide 2018-06-24 13:13:18 +02:00
fluidsynth_register_adriver.c enforce coding style guide 2018-06-24 13:13:18 +02:00
fluidsynth_sfload_mem.c enforce coding style guide 2018-06-24 13:13:18 +02:00
fluidsynth_simple.c enforce coding style guide 2018-06-24 13:13:18 +02:00
ladspa.md
README update doc/README 2017-12-15 19:29:12 +01:00
xtrafluid.txt

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