summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/events.hch
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-22 14:55:39 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-22 14:55:39 (GMT)
commita3ef532ddaed40e3cbdf5d413aefb88dc5faafbc (patch)
treeb7dc5689027091ad57070de0220bc709f07d4bb6 /Graphic_Equalizer/include/events.hch
parenteffa9eff4ed1096c4d3d78f07dafef5dae8ff3c0 (diff)
downloadTASS-a3ef532ddaed40e3cbdf5d413aefb88dc5faafbc.zip
TASS-a3ef532ddaed40e3cbdf5d413aefb88dc5faafbc.tar.gz
TASS-a3ef532ddaed40e3cbdf5d413aefb88dc5faafbc.tar.bz2
initial version
Diffstat (limited to 'Graphic_Equalizer/include/events.hch')
-rw-r--r--Graphic_Equalizer/include/events.hch34
1 files changed, 34 insertions, 0 deletions
diff --git a/Graphic_Equalizer/include/events.hch b/Graphic_Equalizer/include/events.hch
new file mode 100644
index 0000000..1c1c6be
--- /dev/null
+++ b/Graphic_Equalizer/include/events.hch
@@ -0,0 +1,34 @@
+/*! \file events.hch
+ *
+ * \section generic This module contains the various actions and events
+ * that need to be performed.
+ *
+ * \section project Project information.
+ * Project Graphic Equalizer\n
+ * \author O.M. Schinagl
+ * \date 20041710
+ * \version 0.1
+ *
+ * \section copyright Copyright
+ * Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved
+ *
+ * \section history Change history
+ * 20041710: O.M. Schinagl\n Initial version
+ *
+ ******************************************************************************/
+
+#ifndef _EVENTS_HCH
+#define _EVENTS_HCH 1
+
+
+
+/*
+ * This function loads 768 4bits presets into the equalizer_levels array
+ * pointed to by equalizer_levels.
+ */
+void load_preset(unsigned 20 preset_address, unsigned 4 *equalizer_levels);
+
+#else
+#error "ERROR file events.hch multiple times included"
+#endif /* --- _EVENTS_HCH --- */
+