mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Fixed router_chan section as pointed out by Bernat Arlandis i Mañó.
This commit is contained in:
parent
f445b9b30c
commit
2e5e52bd7a
1 changed files with 1 additions and 2 deletions
|
@ -236,8 +236,7 @@ Starts a new routing rule for events of the given type
|
|||
.TP
|
||||
.B router_chan min max mul add
|
||||
Limits the rule for events on min <= chan <= max.
|
||||
If the channel falls into the window, it is multiplied by 'mul', then
|
||||
'add' is added.
|
||||
If the channel falls into the window, it is multiplied by 'mul', then 'add' is added.
|
||||
.TP
|
||||
.B router_par1 min max mul add
|
||||
Limits parameter 1 (for example note number in a note events). Similar
|
||||
|
|
Loading…
Reference in a new issue