summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/eventhandler_shared.hch
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-15 16:04:27 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-15 16:04:27 (GMT)
commitaee5707fed8541410816c0a1ce1f0aa17108b462 (patch)
treef2546786adb04fac0b9d9f3999bc27378fcd751d /Graphic_Equalizer/include/eventhandler_shared.hch
parent1db17be5a3ba68ffb5b9b23af6ac52a1b29e89ed (diff)
downloadTASS-aee5707fed8541410816c0a1ce1f0aa17108b462.zip
TASS-aee5707fed8541410816c0a1ce1f0aa17108b462.tar.gz
TASS-aee5707fed8541410816c0a1ce1f0aa17108b462.tar.bz2
Added display of active buttons.
Added equalizer preset storage.
Diffstat (limited to 'Graphic_Equalizer/include/eventhandler_shared.hch')
-rw-r--r--Graphic_Equalizer/include/eventhandler_shared.hch4
1 files changed, 3 insertions, 1 deletions
diff --git a/Graphic_Equalizer/include/eventhandler_shared.hch b/Graphic_Equalizer/include/eventhandler_shared.hch
index 90922fb..4711356 100644
--- a/Graphic_Equalizer/include/eventhandler_shared.hch
+++ b/Graphic_Equalizer/include/eventhandler_shared.hch
@@ -30,6 +30,7 @@ typedef struct {
unsigned 10 volume_position;
unsigned ram 9 equalizer_position[128];
unsigned 8 mask;
+ unsigned 3 equalizer_mode;
unsigned 1 help;
} events_t;
@@ -43,11 +44,12 @@ typedef struct {
extern unsigned 5 volumecontrol_table[46];
/*
- * Equalizer lookuptabe.
+ * Equalizer lookup tables.
* TODO: This table is now hardcoded. To ensure full skinability this table
* should be dynamically loaded.
*/
extern unsigned 4 equalizer_table[66];
+extern unsigned 9 equalizer_table_inv[16];