summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added cost of function.Oliver Schinagl2004-12-091-3/+3
|
* We do some init here to ensure the equalizer bars are drawn properly. This ↵Oliver Schinagl2004-12-081-45/+67
| | | | | | should be moved to an init function or similarly. Added various equalizer modes.
* We now use a BlockRam to store Equalizer 'factory' defaults.Oliver Schinagl2004-12-081-31/+31
| | | | Added various stages for the loader to perform different tasks during each stage.
* We removed PL2 ram bank 2 references as we don't use it.Oliver Schinagl2004-12-081-11/+0
| | | | Removed excecive string printing.
* 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
| | | | Added include ifdef around debug as it shouldn't always be included.
* We only use one var to lock the display from wherever.Oliver Schinagl2004-12-081-27/+18
| | | | | | Fixed some comments. Removed mask only drawing of pixels as we either load with or without SmartMedia.
* Rewrote equalizer loading function. We now load presets from an extra ↵Oliver Schinagl2004-12-081-34/+18
| | | | blockram instead of the main ram.
* added doxygen html generated documenationOliver Schinagl2004-11-298-155/+47
| | | | fixe doxygen tags.
* preset_offset doens't need to be passed seperatly. We assume the preset has ↵Oliver Schinagl2004-11-291-3/+3
| | | | been calculated with the passed pointer.
* (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.
* changed macro proc's to functions.Oliver Schinagl2004-11-264-46/+62
| | | | replaced for loops for while loops.
* changed macro proc's to functions.Oliver Schinagl2004-11-261-3/+6
| | | | changed equalizer_table to 640 as it should have been.
* changed macro's to functions.Oliver Schinagl2004-11-261-30/+36
| | | | rewrote reload_equalizer to only lock the array, then update it and unlock.
* (no commit message)Oliver Schinagl2004-11-251-88/+0
|
* smart media init function is now macro proc.Oliver Schinagl2004-11-241-21/+72
| | | | | | we now load all data in 4 stages into RAM. we hardcore init various arrays for skindata.
* added skindata store.Oliver Schinagl2004-11-241-8/+8
| | | | | | changed function calls to macro proc calls. removed useless define and replaced it with proper PAL call.
* 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
| | | | | | Currently we have one function, the loading of presets from RAM memory into fpga ram. equalizer lookup tables are now moved to here.
* changed the eventhandler from a function to a macro proc.Oliver Schinagl2004-11-241-41/+100
| | | | | | | | | | | | equalizer bars are now filled into a double buffered pointer locked piece of memory. Added the graphic visualization. after a preset is loaded, we use a function to update the equalizer display memory. Added preset buttons functionallity. moved equalizer lookup tables to here.
* display routine also depends on a few dynamic constansts that are in ↵Oliver Schinagl2004-11-241-95/+154
| | | | | | skindata, added that. Added a store for the color of the visual graphic so we can perform the graph in 2 steps.
* Modified calculate_FFT() commentsMarcel Lauwerijssen2004-11-231-1/+1
|
* (no commit message)Marcel Lauwerijssen2004-11-221-22/+1
|
* Added comment throughout the entire FFT.hcc fileMarcel Lauwerijssen2004-11-221-31/+96
| | | | Optimized the equalize_audio function.
* X and Y are always stored in 10 bits making life around the application ↵Oliver Schinagl2004-11-221-1/+1
| | | | easier, and allowing easyer upgradeability to 1024x768 displays.
* Initial version.Oliver Schinagl2004-11-221-0/+74
|
* Removed static presets.Oliver Schinagl2004-11-221-25/+1
| | | | changed display pointer to unsigned.
* made fft store unsigned.Oliver Schinagl2004-11-221-4/+4
| | | | changed logaritmic display around.
* Attempt to add Spectrum Analasys.Oliver Schinagl2004-11-164-37/+128
|
* equalizer levels is no longer passed along as one large array, but as a mere ↵Oliver Schinagl2004-11-161-9/+19
| | | | pointer.
* added configurationOliver Schinagl2004-11-161-0/+1
|
* Merged FFT into Graphic Equalizer.Oliver Schinagl2004-11-167-63/+277
|
* Added display of active buttons.Oliver Schinagl2004-11-155-40/+104
| | | | Added equalizer preset storage.
* Added fft filesOliver Schinagl2004-11-117-43/+535
| | | | fixed some issues, included equalizer.
* (no commit message)Oliver Schinagl2004-11-115-75/+93
|
* (no commit message)Oliver Schinagl2004-11-106-128/+206
|
* renamed audiodriver simply to audioOliver Schinagl2004-11-101-0/+0
|
* First Real VersionOliver Schinagl2004-11-109-212/+561
|
* (no commit message)Oliver Schinagl2004-11-101-1/+1
|
* Created Initial Configuration file and added Current SmartMedia Data.Oliver Schinagl2004-11-011-26/+65
| | | | The display routine has been updated to draw whatever is currently in the ram.
* (no commit message)Oliver Schinagl2004-10-252-17/+68
|
* (no commit message)Oliver Schinagl2004-10-213-0/+249
|
* (no commit message)Oliver Schinagl2004-10-213-29/+43
|
* Mousedriver no longer uses mpram, but a 3 elemented struct to move data ↵Oliver Schinagl2004-10-132-27/+40
| | | | around the application. (mpram is only for multiple clock domains and the audio domain doesn't need to know the position of the mouse anyway)
* Project Files added.Oliver Schinagl2004-10-133-6/+6
| | | | Build Errors fixed.
* (no commit message)Oliver Schinagl2004-10-134-45/+58
|