mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-25 21:31:49 +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
|
||||
be used to make voices on particular MIDI channels
|
||||
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>
|
||||
</setting>
|
||||
<setting>
|
||||
|
|
Loading…
Reference in a new issue