Use SVG for fluid mixer image

This commit is contained in:
Marcus Weseloh 2020-11-14 21:16:23 +01:00
parent 7d994ff9be
commit 42f91986cd
7 changed files with 2180 additions and 6 deletions

View file

@ -134,8 +134,7 @@ HTML_FILE_EXTENSION = .html
HTML_ALIGN_MEMBERS = YES
HTML_EXTRA_FILES = \
../doc/fluidsettings.xml \
../doc/fluidsettings.xsl \
../doc/FluidMixer.pdf
../doc/fluidsettings.xsl
# FluidSynth specific layout and style customizations.
# Comment the following four lines to return to the

View file

@ -133,8 +133,7 @@ HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
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/fluidsettings.xsl
# FluidSynth specific layout and style customizations.
# Comment the following four lines to return to the

Binary file not shown.

View file

@ -251,7 +251,9 @@ table.directory tr {
border-bottom: 1px solid #eee;
}
.image img {
.image img,
.image object
{
width: 100%;
height: auto;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

2174
doc/images/fluid_mixer.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 150 KiB

View file

@ -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
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"
*/