mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-08 00:31:11 +00:00
As gs is default for midi-bank-select, list it as first option for clarity
This commit is contained in:
parent
f1d760f02c
commit
54e164426f
1 changed files with 2 additions and 2 deletions
|
@ -165,12 +165,12 @@ Developers: Settings can be deprecated by adding: <deprecated>SOME TEXT</depreca
|
|||
<name>midi-bank-select</name>
|
||||
<type>str</type>
|
||||
<def>gs</def>
|
||||
<vals>gm, gs, xg, mma</vals>
|
||||
<vals>gs, gm, xg, mma</vals>
|
||||
<desc>
|
||||
This setting defines how the synthesizer interprets Bank Select messages.
|
||||
<ul>
|
||||
<li>gm: ignores CC0 and CC32 messages.</li>
|
||||
<li>gs: (default) CC0 becomes the bank number, CC32 is ignored.</li>
|
||||
<li>gm: ignores CC0 and CC32 messages.</li>
|
||||
<li>xg: CC32 becomes the bank number, CC0 toggles between melodic or drum channel.</li>
|
||||
<li>mma: bank is calculated as CC0*128+CC32.</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue