comparison 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
comparison
equal deleted inserted replaced
1497:318e3bcdf51d 1498:a1fccf242404
20 gboolean nsfe_playlist; // TODO: remove (nsfe playlist is now always enabled) 20 gboolean nsfe_playlist; // TODO: remove (nsfe playlist is now always enabled)
21 gint treble; // -100 to +100 21 gint treble; // -100 to +100
22 gint bass; // -100 to +100 22 gint bass; // -100 to +100
23 gboolean ignore_spc_length; // if true, ignore length from SPC tags 23 gboolean ignore_spc_length; // if true, ignore length from SPC tags
24 gint echo; // 0 to +100 24 gint echo; // 0 to +100
25 gboolean inc_spc_reverb; // if true, increases the default reverb
25 } 26 }
26 AudaciousConsoleConfig; 27 AudaciousConsoleConfig;
27 28
28 extern AudaciousConsoleConfig audcfg; 29 extern AudaciousConsoleConfig audcfg;
29 30