mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-05-31 01:00:53 +00:00
Add note about channel numbers being 1-based.
This commit is contained in:
parent
a3aef4b2ee
commit
d77974c135
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ https://stackoverflow.com/a/6251757
|
||||||
set by synth.overflow.important to each voice on those channels. It can
|
set by synth.overflow.important to each voice on those channels. It can
|
||||||
be used to make voices on particular MIDI channels
|
be used to make voices on particular MIDI channels
|
||||||
less likely (synth.overflow.important > 0) or more likely
|
less likely (synth.overflow.important > 0) or more likely
|
||||||
(synth.overflow.important < 0) to be killed in an overflow situation.
|
(synth.overflow.important < 0) to be killed in an overflow situation. Channel
|
||||||
|
numbers are 1-based, so the first MIDI channel is number 1.
|
||||||
</desc>
|
</desc>
|
||||||
</setting>
|
</setting>
|
||||||
<setting>
|
<setting>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue