summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/Graphic_Equalizer.hp
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-16 09:07:49 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-16 09:07:49 (GMT)
commit0a9c7d08968e20efbbded3dc2a0e9081823610be (patch)
treead77076cff584e9ec20e61092bf3209950b0bc61 /Graphic_Equalizer/Graphic_Equalizer.hp
parent2550e155ac6b08475039b24d44f4e08d1d1c53fc (diff)
downloadTASS-0a9c7d08968e20efbbded3dc2a0e9081823610be.zip
TASS-0a9c7d08968e20efbbded3dc2a0e9081823610be.tar.gz
TASS-0a9c7d08968e20efbbded3dc2a0e9081823610be.tar.bz2
Merged FFT into Graphic Equalizer.
Diffstat (limited to 'Graphic_Equalizer/Graphic_Equalizer.hp')
-rw-r--r--Graphic_Equalizer/Graphic_Equalizer.hp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Graphic_Equalizer/Graphic_Equalizer.hp b/Graphic_Equalizer/Graphic_Equalizer.hp
index 15bc63f..35f658c 100644
--- a/Graphic_Equalizer/Graphic_Equalizer.hp
+++ b/Graphic_Equalizer/Graphic_Equalizer.hp
@@ -109,6 +109,9 @@ document include\\eventhandler.hch {
document include\\eventhandler_shared.hch {
type hch
}
+document include\\fft.hch {
+ type hch
+}
document include\\mouse.hch {
type hch
}
@@ -118,6 +121,9 @@ document include\\mouse_shared.hch {
document include\\smartmedia.hch {
type hch
}
+document include\\weights_256.hch {
+ type hch
+}
document src\\audio.hcc {
type hcc
}
@@ -127,6 +133,9 @@ document src\\display.hcc {
document src\\eventhandler.hcc {
type hcc
}
+document src\\fft.hcc {
+ type hcc
+}
document src\\main.hcc {
type hcc
}
@@ -142,3 +151,6 @@ document ..\\support_libs\\debug\\debug.hcc {
document ..\\support_libs\\debug\\debug.hch {
type hch
}
+document src\\runfft.hcc {
+ type hcc
+}