mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-01 00:21:14 +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
|
.TP
|
||||||
.B router_chan min max mul add
|
.B router_chan min max mul add
|
||||||
Limits the rule for events on min <= chan <= max.
|
Limits the rule for events on min <= chan <= max.
|
||||||
If the channel falls into the window, it is multiplied by 'mul', then
|
If the channel falls into the window, it is multiplied by 'mul', then 'add' is added.
|
||||||
'add' is added.
|
|
||||||
.TP
|
.TP
|
||||||
.B router_par1 min max mul add
|
.B router_par1 min max mul add
|
||||||
Limits parameter 1 (for example note number in a note events). Similar
|
Limits parameter 1 (for example note number in a note events). Similar
|
||||||
|
|
Loading…
Reference in a new issue