Add note about channel numbers being 1-based.

This commit is contained in:
Marcus Weseloh 2017-12-04 18:50:43 +01:00
parent a3aef4b2ee
commit d77974c135

View file

@ -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>