From dbc10bd01f22849ab5c84ca18ee7e64c07339604 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Thu, 24 Feb 2005 13:23:40 +0000 Subject: Fixed 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 275bc25..9d83d59 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] = {446, 444, 440, 436, 432, 428, 424, 420, 416, 412, 408, 404, 400, 396, 392, 384}; +ram unsigned 11 equalizer_table_inv[16] = {447, 443, 438, 434, 430, 426, 421, 417, 413, 409, 404, 400, 396, 392, 387, 383}; -- cgit v0.12