mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-06-02 18:11:19 +00:00
Use SVG for fluid mixer image
This commit is contained in:
parent
7d994ff9be
commit
42f91986cd
7 changed files with 2180 additions and 6 deletions
|
@ -134,8 +134,7 @@ HTML_FILE_EXTENSION = .html
|
||||||
HTML_ALIGN_MEMBERS = YES
|
HTML_ALIGN_MEMBERS = YES
|
||||||
HTML_EXTRA_FILES = \
|
HTML_EXTRA_FILES = \
|
||||||
../doc/fluidsettings.xml \
|
../doc/fluidsettings.xml \
|
||||||
../doc/fluidsettings.xsl \
|
../doc/fluidsettings.xsl
|
||||||
../doc/FluidMixer.pdf
|
|
||||||
|
|
||||||
# FluidSynth specific layout and style customizations.
|
# FluidSynth specific layout and style customizations.
|
||||||
# Comment the following four lines to return to the
|
# Comment the following four lines to return to the
|
||||||
|
|
|
@ -133,8 +133,7 @@ HTML_OUTPUT = html
|
||||||
HTML_FILE_EXTENSION = .html
|
HTML_FILE_EXTENSION = .html
|
||||||
HTML_EXTRA_FILES = \
|
HTML_EXTRA_FILES = \
|
||||||
@CMAKE_SOURCE_DIR@/doc/fluidsettings.xml \
|
@CMAKE_SOURCE_DIR@/doc/fluidsettings.xml \
|
||||||
@CMAKE_SOURCE_DIR@/doc/fluidsettings.xsl \
|
@CMAKE_SOURCE_DIR@/doc/fluidsettings.xsl
|
||||||
@CMAKE_SOURCE_DIR@/doc/FluidMixer.pdf
|
|
||||||
|
|
||||||
# FluidSynth specific layout and style customizations.
|
# FluidSynth specific layout and style customizations.
|
||||||
# Comment the following four lines to return to the
|
# Comment the following four lines to return to the
|
||||||
|
|
Binary file not shown.
|
@ -251,7 +251,9 @@ table.directory tr {
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image img {
|
.image img,
|
||||||
|
.image object
|
||||||
|
{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 66 KiB |
2174
doc/images/fluid_mixer.svg
Normal file
2174
doc/images/fluid_mixer.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 150 KiB |
|
@ -10,6 +10,6 @@ for information on how to do that: \ref fluidsynth_process.c
|
||||||
The following chart illustrates how the voices (produced by MIDI NoteOns) are
|
The following chart illustrates how the voices (produced by MIDI NoteOns) are
|
||||||
dispatched or mapped to their dry/effects audio buffers.
|
dispatched or mapped to their dry/effects audio buffers.
|
||||||
|
|
||||||
\image html fluid_mixer.png "FluidSynth Mixer Chart"
|
\image html fluid_mixer.svg "FluidSynth Mixer Chart"
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue