Skip to content

Commit be035ac

Browse files
author
API Doc Deploy
committed
Updating API doc from fluidsynth master
1 parent 8b59132 commit be035ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/fluidsettings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Developers:
181181
<li>gs: (default) CC0 becomes the bank number, CC32 is ignored.</li>
182182
<li>gm: ignores CC0 and CC32 messages.</li>
183183
<li>mma: bank is calculated as CC0*128+CC32.</li>
184-
<li>xg: If CC0 is equal to 120, 126, or 127 then channel is set to drum mode and the bank number is set to [<code>128</code> (fluidsynth &lt;= 2.4.4) | <code>CC0</code> (fluidsynth &gt;=2.4.5)] and CC32 is ignored in this case. If the SoundFont does not provide a bank 120, 126 or 127, fluidsynth will fallback to default drum bank 128. If CC0 has a different value, the channel is set to melodic and CC32 becomes the bank number. Note that before fluidsynth 2.3.5 the logic for CC0 was broken.</li>
184+
<li>xg: If CC0 is equal to 120, 126, or 127 then channel is set to drum mode and the bank number is set to 128. CC32 is ignored in this case. If CC0 has a different value, the channel is set to melodic and CC32 becomes the bank number. Note that before fluidsynth 2.3.5 the logic for CC0 was broken.</li>
185185
</ul>
186186
</desc>
187187
</setting>

api/settings_synth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ <h1><a class="anchor" id="settings_synth_midi-bank-select"></a>
383383
<li>gs: (default) CC0 becomes the bank number, CC32 is ignored.</li>
384384
<li>gm: ignores CC0 and CC32 messages.</li>
385385
<li>mma: bank is calculated as CC0*128+CC32.</li>
386-
<li>xg: If CC0 is equal to 120, 126, or 127 then channel is set to drum mode and the bank number is set to [<code>128</code> (fluidsynth &lt;= 2.4.4) | <code>CC0</code> (fluidsynth &gt;=2.4.5)] and CC32 is ignored in this case. If the SoundFont does not provide a bank 120, 126 or 127, fluidsynth will fallback to default drum bank 128. If CC0 has a different value, the channel is set to melodic and CC32 becomes the bank number. Note that before fluidsynth 2.3.5 the logic for CC0 was broken.</li>
386+
<li>xg: If CC0 is equal to 120, 126, or 127 then channel is set to drum mode and the bank number is set to 128. CC32 is ignored in this case. If CC0 has a different value, the channel is set to melodic and CC32 becomes the bank number. Note that before fluidsynth 2.3.5 the logic for CC0 was broken.</li>
387387
</ul>
388388
</desc>
389389

0 commit comments

Comments
 (0)