fluidsynth/doc
jjceresa c9b187bd85
Fx unit api (#673)
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.
2020-11-22 21:02:06 +01:00
..
android Update Android CircleCI build to use latest orb, Android API, Oboe and Cerbero (#690) 2020-10-20 17:09:11 +02:00
doxygen Update generated fluidsettings.txt for API doc build on fluidsynth.org 2020-11-19 21:07:06 +01:00
examples Remove debug leftover 2020-11-14 17:12:39 +01:00
images Use SVG for fluid mixer image 2020-11-14 21:16:23 +01:00
polymono fix typos and grammar in FluidPolyMono-0004.pdf (#440) 2018-10-09 14:57:17 +02:00
usage Use SVG for fluid mixer image 2020-11-14 21:16:23 +01:00
CMakeLists.txt Move examples into doc/examples directory 2020-11-14 13:40:46 +01:00
Doxyfile Remove unused command alias and sync Doxyfile.cmake and Doxyfile 2020-11-16 22:09:06 +01:00
Doxyfile.cmake Remove unused command alias and sync Doxyfile.cmake and Doxyfile 2020-11-16 22:09:06 +01:00
FluidMixer.ppt Add a chart about voice mixing and rendering 2020-09-02 20:54:05 +02:00
FluidProfile_0004.pdf Add profiling command interface (#345) 2018-03-12 18:25:16 +01:00
fluidsettings.xml Add generated fluidsettings.txt for fluidsynth.org API doc build 2020-11-14 15:10:57 +01:00
fluidsettings.xsl Mark settings with callbacks as realtime and output this in the generated docs 2020-11-13 20:46:02 +01:00
FluidSostenuto-005.pdf Add Sostenuto PDF documentation (#559) 2019-09-14 17:19:43 +03:00
FluidSynth Thread safety paper for LAC 2011.odt remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
fluidsynth-v20-devdoc.txt Add intro text to deprecated list 2020-11-14 18:46:17 +01:00
fluidsynth.1 Bump to 2.1.1 2020-02-16 15:59:11 +01:00
ladspa.md Information about LADSPA on non-Linux platforms and some reformatting 2017-11-19 21:12:49 +01:00
README update doc/README 2017-12-15 19:29:12 +01:00
recent_changes.txt Fx unit api (#673) 2020-11-22 21:02:06 +01:00

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