Skip to content

Commit 180ea99

Browse files
author
API Doc Deploy
committed
Updating API doc from fluidsynth master
1 parent 41005b1 commit 180ea99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/fluidsettings.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ Developers:
201201
<min>0</min>
202202
<max>2</max>
203203
<desc>
204-
This setting specifies the behavior for releasing voices, if the same note is hit twice on the same channel. Early synthesizers like the Roland SC-55 and Microsoft Wavetable GS MIDI synthesizer (MSGS) are terminating notes abruptly that have already received a noteOff after receiving a noteOn for the same key. This behavior was presumably implemented to save polyphony in these systems. This setting was introduced in fluidsynth 2.4.3 and can be enabled to mimic this behavior, to esp. play back old tunes like Doom E1M1 more accurately. Please note that using a SoundFont which makes proper use of exclusive classes for e.g. percussion instruments will yield a similar result. Also, this approach is generally preferable since it's portable among SF2 compliant synths and can be applied more fine-grained among instruments.
204+
This setting specifies the behavior for releasing voices, if the same note is hit twice on the same channel. Early synthesizers like the Roland SC-55 and Microsoft Wavetable GS MIDI synthesizer (MSGS) are terminating notes abruptly that have already received a noteOff after receiving a noteOn for the same key. This behavior was presumably implemented to save polyphony in these systems. This setting was introduced in fluidsynth 2.4.3 and can be enabled to mimic this behavior, to esp. play back old tunes like Doom E1M1 more accurately. Please note that using a SoundFont which makes proper use of exclusive classes for esp. percussion instruments will yield a similar or better result. Also, this approach is generally preferable becuase it's portable among SF2 compliant synths and can be applied more fine-grained among instruments. This setting supports the following values:
205205
<ul>
206206
<li>0: A regular noteOff is applied to the previous note, which is the default SF2 compliant behavior.</li>
207207
<li>1: Note-cut is only applied on drum MIDI channels (i.e. CHANNEL_TYPE_DRUM). Fluidsynth 2.4.0, 2.4.1, and 2.4.2 unconditionally used this mode.</li>
208-
<li>2: Note-cut is applied to both, drum and melodic MIDI channels.</li>
208+
<li>2: Note-cut is applied to both, drum and melodic MIDI channels (i.e. CHANNEL_TYPE_DRUM and CHANNEL_TYPE_MELODIC).</li>
209209
</ul></desc>
210210
</setting>
211211
<setting>

api/settings_synth.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -417,11 +417,11 @@ <h1><a class="anchor" id="settings_synth_note-cut"></a>
417417
</dd></dl>
418418
<p>
419419
<desc>
420-
This setting specifies the behavior for releasing voices, if the same note is hit twice on the same channel. Early synthesizers like the Roland SC-55 and Microsoft Wavetable GS MIDI synthesizer (MSGS) are terminating notes abruptly that have already received a noteOff after receiving a noteOn for the same key. This behavior was presumably implemented to save polyphony in these systems. This setting was introduced in fluidsynth 2.4.3 and can be enabled to mimic this behavior, to esp. play back old tunes like Doom E1M1 more accurately. Please note that using a SoundFont which makes proper use of exclusive classes for e.g. percussion instruments will yield a similar result. Also, this approach is generally preferable since it's portable among SF2 compliant synths and can be applied more fine-grained among instruments.
420+
This setting specifies the behavior for releasing voices, if the same note is hit twice on the same channel. Early synthesizers like the Roland SC-55 and Microsoft Wavetable GS MIDI synthesizer (MSGS) are terminating notes abruptly that have already received a noteOff after receiving a noteOn for the same key. This behavior was presumably implemented to save polyphony in these systems. This setting was introduced in fluidsynth 2.4.3 and can be enabled to mimic this behavior, to esp. play back old tunes like Doom E1M1 more accurately. Please note that using a SoundFont which makes proper use of exclusive classes for esp. percussion instruments will yield a similar or better result. Also, this approach is generally preferable becuase it's portable among SF2 compliant synths and can be applied more fine-grained among instruments. This setting supports the following values:
421421
<ul>
422422
<li>0: A regular noteOff is applied to the previous note, which is the default SF2 compliant behavior.</li>
423423
<li>1: Note-cut is only applied on drum MIDI channels (i.e. CHANNEL_TYPE_DRUM). Fluidsynth 2.4.0, 2.4.1, and 2.4.2 unconditionally used this mode.</li>
424-
<li>2: Note-cut is applied to both, drum and melodic MIDI channels.</li>
424+
<li>2: Note-cut is applied to both, drum and melodic MIDI channels (i.e. CHANNEL_TYPE_DRUM and CHANNEL_TYPE_MELODIC).</li>
425425
</ul></desc>
426426

427427
</div>

0 commit comments

Comments
 (0)