From 6cec702c82eae238c037a122e428b6c47aae0fbd Mon Sep 17 00:00:00 2001 From: jjceresa Date: Sat, 15 Jan 2022 17:16:31 +0100 Subject: [PATCH] -fix comments. -update fluidsettings.xml documentation. --- doc/fluidsettings.xml | 4 ++-- src/drivers/fluid_winmidi.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/fluidsettings.xml b/doc/fluidsettings.xml index 20ee5105..eb3783a1 100644 --- a/doc/fluidsettings.xml +++ b/doc/fluidsettings.xml @@ -678,7 +678,7 @@ and commit the results. Refresh with the following command: bool 0 (FALSE) - 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. @@ -750,7 +750,7 @@ and commit the results. Refresh with the following command: winmidi.device str default - 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). + 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. diff --git a/src/drivers/fluid_winmidi.c b/src/drivers/fluid_winmidi.c index 5c803c86..9f33a8dc 100644 --- a/src/drivers/fluid_winmidi.c +++ b/src/drivers/fluid_winmidi.c @@ -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