Applied a patch to fluidsynth-v10-devdoc.xml.

This commit is contained in:
Element Green 2003-06-12 11:10:51 +00:00
parent 6cc13e3060
commit b6b4bb933d
2 changed files with 28 additions and 22 deletions

View file

@ -12,6 +12,8 @@
empty parameter procedure declarations.
* src/fluidsynth.c: Don't include config_win32.h if MinGW32.
* src/fluidsynth_priv.h: Stuff for MinGW32 and Darwin builds.
* doc/fluidsynth-v10-devdoc.xml: Applied a diff from
Alexandre Prokoudine.
2003-06-09 Josh Green <jgreen@users.sourceforge.net>

View file

@ -1,8 +1,11 @@
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<?xml version="1.0" encoding="koi8-r"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<article>
<articleinfo>
<title>
FluidSynth 1.0 - Developer Documentation
FluidSynth 1.0 &mdash; Developer Documentation
</title>
<author>
@ -147,11 +150,11 @@ int main(int argc, char** argv)
description of all the settings used by the synthesizer described
below.
<table frame=all><title>Synthesizer settings</title>
<tgroup cols=3 align=left colsep=0 rowsep=0>
<table frame="all"><title>Synthesizer settings</title>
<tgroup cols="3" colsep="0" rowsep="0" align="left">
<tbody>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>synth.gain</entry>
<entry>Type</entry>
@ -175,7 +178,7 @@ synthesizer. It is set to a low value by default to avoid the
saturation of the output when random MIDI files are played.</entry>
</row>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>synth.sample-rate</entry>
<entry>Type</entry>
@ -197,7 +200,7 @@ saturation of the output when random MIDI files are played.</entry>
<entry>The sample rate of the audio generated by the synthesizer.</entry>
</row>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>synth.polyphony</entry>
<entry>Type</entry>
@ -226,7 +229,7 @@ of instrument zones that fall in the correspond to the velocity and
key of the played note.</entry>
</row>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>synth.midi-channels</entry>
<entry>Type</entry>
@ -253,7 +256,7 @@ channels to a larger value. In this case you can program a greater
number of presets.</entry>
</row>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>synth.reverb.active</entry>
<entry>Type</entry>
@ -274,7 +277,7 @@ module depends on the "reverb send" generator defined in the
SoundFont.</entry>
</row>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>synth.chorus.active</entry>
<entry>Type</entry>
@ -295,7 +298,7 @@ module depends on the "chorus send" generator defined in the
SoundFont.</entry>
</row>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>synth.ladspa.active</entry>
<entry>Type</entry>
@ -316,7 +319,7 @@ synthesizer has to be compiled with LADSPA support. More information
about the LADSPA subsystem later.</entry>
</row>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>synth.audio-groups</entry>
<entry>Type</entry>
@ -339,7 +342,7 @@ about the LADSPA subsystem later.</entry>
option, the synthesizer can output multichannel audio.</entry>
</row>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>synth.effects-channels</entry>
<entry>Type</entry>
@ -361,7 +364,7 @@ option, the synthesizer can output multichannel audio.</entry>
<entry></entry>
</row>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>synth.verbose</entry>
<entry>Type</entry>
@ -383,7 +386,7 @@ option, the synthesizer can output multichannel audio.</entry>
</row>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>synth.dump</entry>
<entry>Type</entry>
@ -406,6 +409,7 @@ option, the synthesizer can output multichannel audio.</entry>
</para>
</sect1>
<sect1>
<title>Creating the audio driver</title>
@ -495,11 +499,11 @@ void init()
documented later.
</para>
<table frame=all><title>General audio driver settings</title>
<tgroup cols=3 align=left colsep=0 rowsep=0>
<table frame="all"><title>General audio driver settings</title>
<tgroup cols="3" align="left" colsep="0" rowsep="0">
<tbody>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>audio.driver</entry>
<entry>Type</entry>
@ -521,7 +525,7 @@ void init()
<entry>The audio system to be used.</entry>
</row>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>audio.periods</entry>
<entry>Type</entry>
@ -546,7 +550,7 @@ void init()
driver.</entry>
</row>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>audio.period-size</entry>
<entry>Type</entry>
@ -568,7 +572,7 @@ void init()
<entry>The size of the audio buffers (in frames).</entry>
</row>
<!-- ---------------------------- -->
<!-- separation line -->
<row>
<entry>audio.sample-format</entry>
<entry>Type</entry>
@ -781,7 +785,7 @@ protected:
<sect1>
<title>Advanced features, not yet documented</title>
<itemizedlist mark=opencircle>
<itemizedlist mark="opencircle">
<listitem><para>Accessing low-level voice parameters</para></listitem>
<listitem><para>Reverb settings</para></listitem>
<listitem><para>Chorus settings</para></listitem>