fluidsynth/fluidsynth/doc
2012-07-29 04:10:07 +00:00
..
CMakeLists.txt CMake build system fix for ticket #90: install dirs configurable 2010-10-16 17:27:47 +00:00
Doxyfile Minor documentation updates 2010-08-21 10:32:55 +00:00
Doxyfile.cmake Doxygen settings 2010-09-06 10:40:41 +00:00
example.c Minor documentation updates 2010-08-21 10:32:55 +00:00
FluidSynth Thread safety paper for LAC 2011.odt Add paper about FluidSynth thread safety, as written for Linux Audio Conference 2011 2011-05-16 09:43:38 +00:00
FluidSynth-LADSPA.pdf Changed *.dsw and *.dsp Developer Studio files to have CRLF 2007-08-18 21:50:24 +00:00
fluidsynth-v10-devdoc.xml Documentation error: changed "fluid_synth_setint" to "fluid_settings_setint" 2011-12-18 04:44:14 +00:00
fluidsynth-v11-devdoc.txt Prepare for 1.1.6 (rc1) release 2012-07-29 04:10:07 +00:00
fluidsynth.1 Update documentation for 1.1.2 2010-08-25 23:18:18 +00:00
fluidsynth_arpeggio.c Doxygen documentation: license changed to CC-BY-SA 3.0 2009-05-01 17:26:42 +00:00
fluidsynth_fx.c Spelling correction 2004-03-15 13:24:08 +00:00
fluidsynth_metronome.c Doxygen documentation: license changed to CC-BY-SA 3.0 2009-05-01 17:26:42 +00:00
fluidsynth_simple.c Added two example application on the use of libfluidsynth 2004-03-15 13:16:50 +00:00
Makefile.am * versions updated, for the next release 2010-08-08 12:04:58 +00:00
README Build documentation instructions. 2010-12-04 09:01:00 +00:00
xtrafluid.txt Adding Markus' LADSPA design document, Antoine's Xtra API doc, and 2004-03-22 09:24:56 +00:00

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

If you are using the cmake build system, change to the root build directory.
If you are using the deprecated auto-tools based build system, execute the 
following command in this doc/ directory:

$ make doxygen

The latest generated API HTML docs can also be found, along with other
information, on the Wiki documentation page:
http://sourceforge.net/apps/trac/fluidsynth/wiki/Documentation