mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-20 19:02:04 +00:00
Add FluidMixer chart to API docs
This commit is contained in:
parent
15d4794013
commit
f14cbb8782
4 changed files with 11 additions and 3 deletions
|
@ -124,7 +124,7 @@ HTML_HEADER =
|
|||
HTML_FOOTER =
|
||||
HTML_EXTRA_STYLESHEET = ../doc/doxy_formula.css
|
||||
HTML_ALIGN_MEMBERS = YES
|
||||
HTML_EXTRA_FILES = ../doc/fluidsettings.xml ../doc/fluidsettings.xsl
|
||||
HTML_EXTRA_FILES = ../doc/fluidsettings.xml ../doc/fluidsettings.xsl ../doc/FluidMixer.pdf ../doc/FluidMixer.jpg
|
||||
GENERATE_HTMLHELP = NO
|
||||
GENERATE_DOCSET = NO
|
||||
DOCSET_FEEDNAME = "Doxygen generated docs"
|
||||
|
|
|
@ -124,7 +124,7 @@ HTML_HEADER =
|
|||
HTML_FOOTER =
|
||||
HTML_EXTRA_STYLESHEET = @CMAKE_SOURCE_DIR@/doc/doxy_formula.css
|
||||
HTML_ALIGN_MEMBERS = YES
|
||||
HTML_EXTRA_FILES = @CMAKE_SOURCE_DIR@/doc/fluidsettings.xml @CMAKE_SOURCE_DIR@/doc/fluidsettings.xsl
|
||||
HTML_EXTRA_FILES = @CMAKE_SOURCE_DIR@/doc/fluidsettings.xml @CMAKE_SOURCE_DIR@/doc/fluidsettings.xsl @CMAKE_SOURCE_DIR@/doc/FluidMixer.pdf @CMAKE_SOURCE_DIR@/doc/FluidMixer.jpg
|
||||
GENERATE_HTMLHELP = NO
|
||||
GENERATE_DOCSET = NO
|
||||
DOCSET_FEEDNAME = "Doxygen generated docs"
|
||||
|
|
BIN
doc/FluidMixer.jpg
Normal file
BIN
doc/FluidMixer.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
|
@ -756,7 +756,15 @@ The shell interface allows you to send simple textual commands to the synthesize
|
|||
|
||||
\section Multi-channel Multi-Channel audio rendering
|
||||
|
||||
FluidSynth is capable of rendering all audio and all effects from all MIDI channels to separate stero buffers. Refer to the documentation of fluid_synth_process() and review the different use-cases in the example file for information on how to do that: \ref fluidsynth_process.c
|
||||
FluidSynth is capable of rendering all audio and all effects from all MIDI channels to separate stereo buffers. Refer to the documentation of fluid_synth_process() and review the different use-cases in the example file for information on how to do that: \ref fluidsynth_process.c
|
||||
|
||||
The following chart illustrates how the voices (produced by MIDI NoteOns) are dispatched or mapped to their dry/effects audio buffers.
|
||||
|
||||
\htmlonly
|
||||
<a href="FluidMixer.pdf">
|
||||
<img src="FluidMixer.jpg" alt="FluidSynth Mixer Chart">
|
||||
</a>
|
||||
\endhtmlonly
|
||||
|
||||
\section synth-context Understanding the "synthesis context"
|
||||
|
||||
|
|
Loading…
Reference in a new issue