mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-13 00:04:10 +00:00
4a0a7365ee
* add fluid_mod_sizeof() and fluid_sample_sizeof() for low latency scenarios * fix return value of default_fclose * enable padding warnings for cmake enable-profiling=1 * make these types private: * struct _fluid_sfloader_t * struct _fluid_sample_t * struct _fluid_sfont_t * struct _fluid_preset_t ...and provide proper getter and setter functions |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Doxyfile | ||
Doxyfile.cmake | ||
example.c | ||
fluidsettings.xml | ||
fluidsettings.xsl | ||
FluidSynth Thread safety paper for LAC 2011.odt | ||
fluidsynth-v10-devdoc.xml | ||
fluidsynth-v11-devdoc.txt | ||
fluidsynth.1 | ||
fluidsynth_arpeggio.c | ||
fluidsynth_fx.c | ||
fluidsynth_metronome.c | ||
fluidsynth_register_adriver.c | ||
fluidsynth_sfload_mem.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 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