Set default reverb level back to zero.

This commit is contained in:
David Henningsson 2009-07-09 04:24:30 +00:00
parent 94e1720aa5
commit fa4be13951

View file

@ -135,7 +135,10 @@ fluid_channel_init_ctrl(fluid_channel_t* chan, int is_all_ctrl_off)
SETCC(chan, PAN_LSB, 0);
/* Reverb */
SETCC(chan, EFFECTS_DEPTH1, 40);
/* SETCC(chan, EFFECTS_DEPTH1, 40); */
/* Note: although XG standard specifies the default amount of reverb to
be 40, most people preferred having it at zero.
See http://lists.gnu.org/archive/html/fluid-dev/2009-07/msg00016.html */
}
}