Mercurial > audlegacy-plugins
diff src/console/Audacious_Config.h @ 1498:a1fccf242404
made SPC playback reverb a configuration option till the problem can be
solved
| author | mf0102 <0102@gmx.at> |
|---|---|
| date | Thu, 16 Aug 2007 14:47:14 +0200 |
| parents | fb513e10174e |
| children | 799f92d815b2 |
line wrap: on
line diff
--- a/src/console/Audacious_Config.h Thu Aug 16 18:22:00 2007 +0300 +++ b/src/console/Audacious_Config.h Thu Aug 16 14:47:14 2007 +0200 @@ -22,6 +22,7 @@ gint bass; // -100 to +100 gboolean ignore_spc_length; // if true, ignore length from SPC tags gint echo; // 0 to +100 + gboolean inc_spc_reverb; // if true, increases the default reverb } AudaciousConsoleConfig;
