Skip to content

Commit

Permalink
Updating API doc from fluidsynth master
Browse files Browse the repository at this point in the history
  • Loading branch information
API Doc Deploy committed May 19, 2024
1 parent 1129321 commit 7b6993e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions api/fluidsettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ Developers:
<type>str</type>
<def>default</def>
<desc>
Selects the DirectSound (Windows) device to use.
Selects the DirectSound (Windows) device to use. Starting with 2.3.6 all device names are expected to be UTF8 encoded.
</desc>
</setting>
<setting>
Expand Down Expand Up @@ -705,7 +705,7 @@ Developers:
<type>str</type>
<def>default</def>
<desc>
Device to use for WASAPI driver output.
Device to use for WASAPI driver output. Starting with 2.3.6 all device names are expected to be UTF8 encoded.
</desc>
</setting>
<setting>
Expand All @@ -721,7 +721,7 @@ Developers:
<type>str</type>
<def>default</def>
<desc>
Device to use for WaveOut driver output.
Device to use for WaveOut driver output. Starting with 2.3.6 all device names are expected to be UTF8 encoded.
</desc>
</setting>
</audio>
Expand Down Expand Up @@ -804,7 +804,7 @@ Developers:
<name>winmidi.device</name>
<type>str</type>
<def>default</def>
<desc>The hardware device to use for Windows MIDI driver (not to be confused with the MIDI port). Multiple devices can be specified by a list of devices index separated by a semicolon (e.g "2;0", which is equivalent to one device with 32 MIDI channels).</desc>
<desc>The hardware device to use for Windows MIDI driver (not to be confused with the MIDI port). Multiple devices can be specified by a list of devices index separated by a semicolon (e.g "2;0", which is equivalent to one device with 32 MIDI channels). Starting with 2.3.6 all device names are expected to be UTF8 encoded.</desc>
</setting>
</midi>

Expand Down
3 changes: 2 additions & 1 deletion api/group__settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@
<div class="ttc" id="agroup__settings_html_ga58cbabbb8990c2934b3eeea925e01804"><div class="ttname"><a href="group__settings.html#ga58cbabbb8990c2934b3eeea925e01804">fluid_settings_setstr</a></div><div class="ttdeci">int fluid_settings_setstr(fluid_settings_t *settings, const char *name, const char *str)</div><div class="ttdoc">Set a string value for a named setting.</div><div class="ttdef"><b>Definition:</b> fluid_settings.c:963</div></div>
<div class="ttc" id="agroup__settings_html_ga7623af35fb3d1abace21ef7d5b4f4781"><div class="ttname"><a href="group__settings.html#ga7623af35fb3d1abace21ef7d5b4f4781">new_fluid_settings</a></div><div class="ttdeci">fluid_settings_t * new_fluid_settings(void)</div><div class="ttdoc">Create a new settings object.</div><div class="ttdef"><b>Definition:</b> fluid_settings.c:262</div></div>
<div class="ttc" id="agroup__synth_html_ga2aab8e0b82dc9fd086849efacb3c1b1b"><div class="ttname"><a href="group__synth.html#ga2aab8e0b82dc9fd086849efacb3c1b1b">new_fluid_synth</a></div><div class="ttdeci">fluid_synth_t * new_fluid_synth(fluid_settings_t *settings)</div><div class="ttdoc">Create new FluidSynth instance.</div><div class="ttdef"><b>Definition:</b> fluid_synth.c:628</div></div>
</div><!-- fragment --> <dl class="section see"><dt>See also</dt><dd><a class="el" href="CreatingSettings.html">Creating and changing the settings</a> </dd></dl>
</div><!-- fragment --><p> All string settings are encoded in UTF-8. This includes the names of the audio and MIDI devices, exposed as setting options.</p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="CreatingSettings.html">Creating and changing the settings</a> </dd></dl>
<h2 class="groupheader">Macro Definition Documentation</h2>
<a id="ga8f09ee7b4dd3f700e571b8b6f44c2adb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga8f09ee7b4dd3f700e571b8b6f44c2adb">&#9670;&nbsp;</a></span>FLUID_HINT_BOUNDED_ABOVE</h2>
Expand Down
6 changes: 3 additions & 3 deletions api/settings_audio.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h1><a class="anchor" id="settings_audio_dsound_device"></a>
</dd></dl>
<p>
<desc>
Selects the DirectSound (Windows) device to use.
Selects the DirectSound (Windows) device to use. Starting with 2.3.6 all device names are expected to be UTF8 encoded.
</desc>

</div>
Expand Down Expand Up @@ -682,7 +682,7 @@ <h1><a class="anchor" id="settings_audio_wasapi_device"></a>
</dd></dl>
<p>
<desc>
Device to use for WASAPI driver output.
Device to use for WASAPI driver output. Starting with 2.3.6 all device names are expected to be UTF8 encoded.
</desc>

</div>
Expand Down Expand Up @@ -715,7 +715,7 @@ <h1><a class="anchor" id="settings_audio_waveout_device"></a>
</dd></dl>
<p>
<desc>
Device to use for WaveOut driver output.
Device to use for WaveOut driver output. Starting with 2.3.6 all device names are expected to be UTF8 encoded.
</desc>

</div>
Expand Down
2 changes: 1 addition & 1 deletion api/settings_midi.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h1><a class="anchor" id="settings_midi_winmidi_device"></a>
<def>default</def>
</dd></dl>
<p>
<desc>The hardware device to use for Windows MIDI driver (not to be confused with the MIDI port). Multiple devices can be specified by a list of devices index separated by a semicolon (e.g "2;0", which is equivalent to one device with 32 MIDI channels).</desc>
<desc>The hardware device to use for Windows MIDI driver (not to be confused with the MIDI port). Multiple devices can be specified by a list of devices index separated by a semicolon (e.g "2;0", which is equivalent to one device with 32 MIDI channels). Starting with 2.3.6 all device names are expected to be UTF8 encoded.</desc>

</div>
</p>
Expand Down

0 comments on commit 7b6993e

Please sign in to comment.