summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/events.hcc
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-02-24 13:23:40 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-02-24 13:23:40 (GMT)
commitdbc10bd01f22849ab5c84ca18ee7e64c07339604 (patch)
tree46238069a9ceb9f1a9750c2dcd72bb328677e61a /Graphic_Equalizer/src/events.hcc
parent0a925967d8d22ef9526cd8b1d72895714d6c7c60 (diff)
downloadTASS-dbc10bd01f22849ab5c84ca18ee7e64c07339604.zip
TASS-dbc10bd01f22849ab5c84ca18ee7e64c07339604.tar.gz
TASS-dbc10bd01f22849ab5c84ca18ee7e64c07339604.tar.bz2
Fixed table.
Diffstat (limited to 'Graphic_Equalizer/src/events.hcc')
-rw-r--r--Graphic_Equalizer/src/events.hcc2
1 files changed, 1 insertions, 1 deletions
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};