mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-05-30 00:40:38 +00:00
* Dsound driver is now making use of an already existing window handle: the desktop window * Removing of fluid_dll.c because it has becoming useless * avoid a potential deadlock when calling functions within DllMain() * remove obsolete fluid_set_hinstance() and fluid_get_hinstance() from public API |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Doxyfile | ||
Doxyfile.cmake | ||
example.c | ||
fluidsettings.xml | ||
fluidsettings.xsl | ||
FluidSynth Thread safety paper for LAC 2011.odt | ||
FluidSynth-LADSPA.pdf | ||
fluidsynth-v10-devdoc.xml | ||
fluidsynth-v11-devdoc.txt | ||
fluidsynth.1 | ||
fluidsynth_arpeggio.c | ||
fluidsynth_fx.c | ||
fluidsynth_metronome.c | ||
fluidsynth_register_adriver.c | ||
fluidsynth_simple.c | ||
ladspa.md | ||
README | ||
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 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