mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-15 12:21:01 +00:00
-fix comments.
-update fluidsettings.xml documentation.
This commit is contained in:
parent
b4636534a3
commit
6cec702c82
2 changed files with 3 additions and 3 deletions
|
@ -678,7 +678,7 @@ and commit the results. Refresh with the following command:
|
|||
<type>bool</type>
|
||||
<def>0 (FALSE)</def>
|
||||
<desc>
|
||||
If 1 (TRUE), automatically connects FluidSynth to available MIDI input ports. alsa_seq, coremidi and jack are currently the only drivers making use of this.
|
||||
If 1 (TRUE), automatically connects FluidSynth to available MIDI input ports. alsa_seq, coremidi, jack and winmidi are currently the only drivers making use of this.
|
||||
</desc>
|
||||
</setting>
|
||||
<setting>
|
||||
|
@ -750,7 +750,7 @@ and commit the results. Refresh with the following command:
|
|||
<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). Using name "default" with midi.autoconnect set to 1 is equivalent to use all available devices.</desc>
|
||||
</setting>
|
||||
</midi>
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
* or use the multi device naming "0" (specifying only device index 0).
|
||||
* Both naming choice allows the driver to handle the same single device.
|
||||
*
|
||||
3)If the setting "midi.autoconnect" is enabled and the device name is "default",
|
||||
* 3)If the setting "midi.autoconnect" is enabled and the device name is "default",
|
||||
* then all the available devices are opened, applying the appropriate channel
|
||||
* mappings to each device (the first device is mapped to the 16 first channels
|
||||
* (0-15), the second one to the next 16 channels (16-31), and so on with the limit
|
||||
|
|
Loading…
Reference in a new issue