summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* merged runfft into audio.hccMarcel Lauwerijssen2005-01-061-21/+208
* Updated main to reflect changes in functions.Oliver Schinagl2005-01-061-4/+4
* Added lots of comments. Doxygen tags are still needed.Oliver Schinagl2005-01-061-5/+97
* Since we 'swapped' our true/falseness of our drawing routine, this can return...Oliver Schinagl2005-01-061-1/+1
* Because we added the skindata parameter, our header needs to know about it as...Oliver Schinagl2005-01-061-23/+63
* renamed address_offsets to images. Also the content needed to be updated. The...Oliver Schinagl2005-01-061-53/+30
* We need to initialize the gain level and the position so it looks pretty. Hen...Oliver Schinagl2005-01-061-6/+5
* Added input gain along the Y-axis.Oliver Schinagl2005-01-061-30/+50
* Refactured Smart Media Loading completely.Oliver Schinagl2005-01-061-233/+107
* Added call to require PL2RAM.Oliver Schinagl2005-01-051-0/+1
* The 'compacted' loading of the graph requires a different drawing aproach.Oliver Schinagl2005-01-041-3/+3
* TASS was replaced by Fontys logo by accident. Fixed.Oliver Schinagl2005-01-041-11/+9
* Modified commentsMarcel Lauwerijssen2004-12-222-2/+15
* Modified commentMarcel Lauwerijssen2004-12-211-19/+25
* URL's are more like button's then area's.Oliver Schinagl2004-12-211-6/+7
* We want to initialize the about area to the TASS logo.Oliver Schinagl2004-12-211-0/+12
* Added some debug information to find out why we jump to wrong/strange addresses.Oliver Schinagl2004-12-211-1/+11
* Added stages for all about screens.Oliver Schinagl2004-12-161-43/+145
* CLS doens't work, replaced with EOL.Oliver Schinagl2004-12-161-1/+1
* Added about buttton.Oliver Schinagl2004-12-161-1/+40
* About screens added.Oliver Schinagl2004-12-161-24/+139
* Replaced skin struct with more advanced struct.Oliver Schinagl2004-12-132-27/+33
* New branch used to add new features.Oliver Schinagl2004-12-099-0/+2044
* Added defines makeing it possible to split the application in various parts n...Oliver Schinagl2004-12-099-2044/+0
* Added cost of function.Oliver Schinagl2004-12-091-3/+3
* We do some init here to ensure the equalizer bars are drawn properly. This sh...Oliver Schinagl2004-12-081-45/+67
* We now use a BlockRam to store Equalizer 'factory' defaults.Oliver Schinagl2004-12-081-31/+31
* We removed PL2 ram bank 2 references as we don't use it.Oliver Schinagl2004-12-081-11/+0
* Added reminder to move runfft functionality into this file.Oliver Schinagl2004-12-081-0/+1
* Moved FFT specific define here instead of the configuration file.Oliver Schinagl2004-12-082-2/+13
* We only use one var to lock the display from wherever.Oliver Schinagl2004-12-081-27/+18
* Rewrote equalizer loading function. We now load presets from an extra blockra...Oliver Schinagl2004-12-081-34/+18
* added doxygen html generated documenationOliver Schinagl2004-11-298-155/+47
* preset_offset doens't need to be passed seperatly. We assume the preset has b...Oliver Schinagl2004-11-291-3/+3
* (no commit message)Marcel Lauwerijssen2004-11-291-4/+4
* Updated doxygen tagsMarcel Lauwerijssen2004-11-291-24/+29
* Updated doxygen tagsMarcel Lauwerijssen2004-11-291-77/+75
* equalizer mode now concave, but 'upside down'Oliver Schinagl2004-11-261-7/+2
* equalizer mode buttons function now +x2 then -x2.Oliver Schinagl2004-11-261-62/+82
* changed macro proc's to functions.Oliver Schinagl2004-11-264-46/+62
* changed macro proc's to functions.Oliver Schinagl2004-11-261-3/+6
* changed macro's to functions.Oliver Schinagl2004-11-261-30/+36
* (no commit message)Oliver Schinagl2004-11-251-88/+0
* smart media init function is now macro proc.Oliver Schinagl2004-11-241-21/+72
* added skindata store.Oliver Schinagl2004-11-241-8/+8
* removed a bug and some par's that seem to be bothering us.Oliver Schinagl2004-11-241-10/+2
* if possible, events are defined here.Oliver Schinagl2004-11-241-6/+20
* changed the eventhandler from a function to a macro proc.Oliver Schinagl2004-11-241-41/+100
* display routine also depends on a few dynamic constansts that are in skindata...Oliver Schinagl2004-11-241-95/+154
* Modified calculate_FFT() commentsMarcel Lauwerijssen2004-11-231-1/+1