Skip to content

Commit 7e563c6

Browse files
author
API Doc Deploy
committed
Updating API doc from fluidsynth master
1 parent e08c629 commit 7e563c6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

api/RecentChanges.html

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
What's new in 2.4.0?</h1>
9292
<ul>
9393
<li>synth.device-id now has a default value of 16</li>
94-
<li>synth.gain now has a default value of 0.6</li>
9594
<li>Default values of reverb and chorus settings have been tuned</li>
9695
<li><a class="el" href="group__modulators.html#ga0e06062983f1b03c8c069185bda00f88" title="Get the transform type of a modulator.">fluid_mod_get_transform()</a> and <a class="el" href="group__modulators.html#ga56e9f604c9d6a6f0c940a45baaff99a7" title="Set the transform type of a modulator.">fluid_mod_set_transform()</a> for SoundFont 2.04 compliant modulators</li>
9796
</ul>

api/fluidsettings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Developers:
141141
<setting>
142142
<name>gain</name>
143143
<type>num</type>
144-
<def>0.6 (since version 2.4.0),<br />0.2 (2.3.x and older)</def>
144+
<def>0.2</def>
145145
<min>0.0</min>
146146
<max>10.0</max>
147147
<realtime/>

api/settings_synth.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ <h1><a class="anchor" id="settings_synth_gain"></a>
310310
<dl class="section user"><dt>Type</dt><dd>Float (num)</dd></dl>
311311
<dl class="section user"><dt>Min - Max</dt><dd>0.0 - 10.0</dd></dl>
312312
<dl class="section user"><dt>Default</dt><dd>
313-
<def>0.6 (since version 2.4.0),<br>0.2 (2.3.x and older)</def>
313+
<def>0.2</def>
314314
</dd></dl>
315315
<dl class="section user"><dt>Real-time</dt><dd>This setting can be changed during runtime of the synthesizer.</dd></dl>
316316
<p>

0 commit comments

Comments
 (0)