mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Use \image for images and improve quality of FluidMixer image
This commit is contained in:
parent
cb16f8d32d
commit
0f9aed6f83
6 changed files with 10 additions and 11 deletions
|
@ -103,7 +103,7 @@ EXCLUDE_SYMBOLS =
|
||||||
EXAMPLE_PATH = ../doc/examples
|
EXAMPLE_PATH = ../doc/examples
|
||||||
EXAMPLE_PATTERNS = *.c
|
EXAMPLE_PATTERNS = *.c
|
||||||
EXAMPLE_RECURSIVE = NO
|
EXAMPLE_RECURSIVE = NO
|
||||||
IMAGE_PATH =
|
IMAGE_PATH = ../doc/images
|
||||||
INPUT_FILTER =
|
INPUT_FILTER =
|
||||||
FILTER_PATTERNS =
|
FILTER_PATTERNS =
|
||||||
FILTER_SOURCE_FILES = NO
|
FILTER_SOURCE_FILES = NO
|
||||||
|
@ -137,8 +137,7 @@ 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 \
|
../doc/FluidMixer.pdf
|
||||||
../doc/FluidMixer.jpg
|
|
||||||
|
|
||||||
GENERATE_HTMLHELP = NO
|
GENERATE_HTMLHELP = NO
|
||||||
GENERATE_DOCSET = NO
|
GENERATE_DOCSET = NO
|
||||||
|
|
|
@ -105,7 +105,7 @@ EXCLUDE_SYMBOLS =
|
||||||
EXAMPLE_PATH = @CMAKE_SOURCE_DIR@/doc/examples
|
EXAMPLE_PATH = @CMAKE_SOURCE_DIR@/doc/examples
|
||||||
EXAMPLE_PATTERNS = *.c
|
EXAMPLE_PATTERNS = *.c
|
||||||
EXAMPLE_RECURSIVE = NO
|
EXAMPLE_RECURSIVE = NO
|
||||||
IMAGE_PATH =
|
IMAGE_PATH = @CMAKE_SOURCE_DIR@/doc/images
|
||||||
INPUT_FILTER =
|
INPUT_FILTER =
|
||||||
FILTER_PATTERNS =
|
FILTER_PATTERNS =
|
||||||
FILTER_SOURCE_FILES = NO
|
FILTER_SOURCE_FILES = NO
|
||||||
|
@ -139,8 +139,7 @@ HTML_ALIGN_MEMBERS = YES
|
||||||
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 \
|
@CMAKE_SOURCE_DIR@/doc/FluidMixer.pdf
|
||||||
@CMAKE_SOURCE_DIR@/doc/FluidMixer.jpg
|
|
||||||
|
|
||||||
GENERATE_HTMLHELP = NO
|
GENERATE_HTMLHELP = NO
|
||||||
GENERATE_DOCSET = NO
|
GENERATE_DOCSET = NO
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
|
@ -209,3 +209,8 @@ table.directory tr.even {
|
||||||
table.directory tr {
|
table.directory tr {
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.image img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
BIN
doc/images/fluid_mixer.png
Normal file
BIN
doc/images/fluid_mixer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
|
@ -10,10 +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.
|
||||||
|
|
||||||
\htmlonly
|
\image html fluid_mixer.png "FluidSynth Mixer Chart"
|
||||||
<a href="FluidMixer.pdf">
|
|
||||||
<img src="FluidMixer.jpg" alt="FluidSynth Mixer Chart">
|
|
||||||
</a>
|
|
||||||
\endhtmlonly
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue