mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-07 16:21:18 +00:00
revise deprecated reverb/chorus commands in man page
This commit is contained in:
parent
fd7db023dd
commit
3d528a0f05
1 changed files with 10 additions and 13 deletions
|
@ -200,39 +200,36 @@ Choose interpolation method for one channel
|
|||
.TP
|
||||
.B REVERB
|
||||
.TP
|
||||
.B reverb [0|1|on|off]
|
||||
.B set synth.reverb.active [0|1|on|off]
|
||||
Turn the reverb on or off
|
||||
.TP
|
||||
.B rev_preset num
|
||||
Load preset num into the reverb unit
|
||||
.TP
|
||||
.B rev_setroomsize num
|
||||
.B set synth.reverb.room-size num
|
||||
Change reverb room size
|
||||
.TP
|
||||
.B rev_setdamp num
|
||||
.B set synth.reverb.damp num
|
||||
Change reverb damping
|
||||
.TP
|
||||
.B rev_setwidth num
|
||||
.B set synth.reverb.width num
|
||||
Change reverb width
|
||||
.TP
|
||||
.B rev_setlevel num
|
||||
.B set synth.reverb.level num
|
||||
Change reverb level
|
||||
.TP
|
||||
.B CHORUS
|
||||
.TP
|
||||
.B chorus [0|1|on|off]
|
||||
.B set synth.chorus.active [0|1|on|off]
|
||||
Turn the chorus on or off
|
||||
.TP
|
||||
.B cho_set_nr n
|
||||
.B set synth.chorus.nr n
|
||||
Use n delay lines (default 3)
|
||||
.TP
|
||||
.B cho_set_level num
|
||||
.B set synth.chorus.level num
|
||||
Set output level of each chorus line to num
|
||||
.TP
|
||||
.B cho_set_speed num
|
||||
.B set synth.chorus.speed num
|
||||
Set mod speed of chorus to num (Hz)
|
||||
.TP
|
||||
.B cho_set_depth num
|
||||
.B set synth.chorus.depth num
|
||||
Set chorus modulation depth to num (ms)
|
||||
.TP
|
||||
.B MIDI ROUTER
|
||||
|
|
Loading…
Reference in a new issue