mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +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_PATTERNS = *.c
|
||||
EXAMPLE_RECURSIVE = NO
|
||||
IMAGE_PATH =
|
||||
IMAGE_PATH = ../doc/images
|
||||
INPUT_FILTER =
|
||||
FILTER_PATTERNS =
|
||||
FILTER_SOURCE_FILES = NO
|
||||
|
@ -137,8 +137,7 @@ HTML_ALIGN_MEMBERS = YES
|
|||
HTML_EXTRA_FILES = \
|
||||
../doc/fluidsettings.xml \
|
||||
../doc/fluidsettings.xsl \
|
||||
../doc/FluidMixer.pdf \
|
||||
../doc/FluidMixer.jpg
|
||||
../doc/FluidMixer.pdf
|
||||
|
||||
GENERATE_HTMLHELP = NO
|
||||
GENERATE_DOCSET = NO
|
||||
|
|
|
@ -105,7 +105,7 @@ EXCLUDE_SYMBOLS =
|
|||
EXAMPLE_PATH = @CMAKE_SOURCE_DIR@/doc/examples
|
||||
EXAMPLE_PATTERNS = *.c
|
||||
EXAMPLE_RECURSIVE = NO
|
||||
IMAGE_PATH =
|
||||
IMAGE_PATH = @CMAKE_SOURCE_DIR@/doc/images
|
||||
INPUT_FILTER =
|
||||
FILTER_PATTERNS =
|
||||
FILTER_SOURCE_FILES = NO
|
||||
|
@ -139,8 +139,7 @@ HTML_ALIGN_MEMBERS = YES
|
|||
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
|
||||
@CMAKE_SOURCE_DIR@/doc/FluidMixer.pdf
|
||||
|
||||
GENERATE_HTMLHELP = 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 {
|
||||
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
|
||||
dispatched or mapped to their dry/effects audio buffers.
|
||||
|
||||
\htmlonly
|
||||
<a href="FluidMixer.pdf">
|
||||
<img src="FluidMixer.jpg" alt="FluidSynth Mixer Chart">
|
||||
</a>
|
||||
\endhtmlonly
|
||||
\image html fluid_mixer.png "FluidSynth Mixer Chart"
|
||||
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue