mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-30 16:01:51 +00:00
c9b187bd85
This PR addresses #669 point 2.1. It proposes set/get API functions to change/read fx unit parameters. The deprecated shell commands are updated. Now the commands line have 2 parameters: - first parameter is the fx unit index. - second parameter is the value to apply to the fx unit. |
||
---|---|---|
.. | ||
android | ||
doxygen | ||
examples | ||
images | ||
polymono | ||
usage | ||
CMakeLists.txt | ||
Doxyfile | ||
Doxyfile.cmake | ||
FluidMixer.ppt | ||
FluidProfile_0004.pdf | ||
fluidsettings.xml | ||
fluidsettings.xsl | ||
FluidSostenuto-005.pdf | ||
FluidSynth Thread safety paper for LAC 2011.odt | ||
fluidsynth-v20-devdoc.txt | ||
fluidsynth.1 | ||
ladspa.md | ||
README | ||
recent_changes.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