From c5ab4b9922b8a5ca7d5d21ddb1d97bf8c51e6959 Mon Sep 17 00:00:00 2001 From: Marcel Lauwerijssen Date: Thu, 3 Mar 2005 11:36:56 +0000 Subject: fixed volume table --- Graphic_Equalizer/src/events.hcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphic_Equalizer/src/events.hcc b/Graphic_Equalizer/src/events.hcc index 9d83d59..275bc25 100644 --- a/Graphic_Equalizer/src/events.hcc +++ b/Graphic_Equalizer/src/events.hcc @@ -176,4 +176,4 @@ void load_preset(unsigned 10 preset, unsigned 4 *equalizer_levels_ptr) { * should be dynamically loaded. */ ram unsigned 4 equalizer_table[640] = {15, 15, 15, 15, 15, 14, 14, 14, 14, 13, 13, 13, 13, 12, 12, 12, 12, 11, 11, 11, 11, 10, 10, 10, 10, 9, 9, 9, 9, 8, 8, 8, 8, 7, 7, 7, 7, 6, 6, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0}; -ram unsigned 11 equalizer_table_inv[16] = {447, 443, 438, 434, 430, 426, 421, 417, 413, 409, 404, 400, 396, 392, 387, 383}; +ram unsigned 11 equalizer_table_inv[16] = {446, 444, 440, 436, 432, 428, 424, 420, 416, 412, 408, 404, 400, 396, 392, 384}; -- cgit v0.12