From 3d528a0f057ee4b8e2ca10673b57765dbd814c76 Mon Sep 17 00:00:00 2001 From: derselbst Date: Fri, 5 Oct 2018 18:10:10 +0200 Subject: [PATCH] revise deprecated reverb/chorus commands in man page --- doc/fluidsynth.1 | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/doc/fluidsynth.1 b/doc/fluidsynth.1 index 1cb00ee0..c47891c7 100644 --- a/doc/fluidsynth.1 +++ b/doc/fluidsynth.1 @@ -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