summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/events.hcc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed volume tableMarcel Lauwerijssen2005-03-031-1/+1
|
* Fixed table.Oliver Schinagl2005-02-241-1/+1
|
* mouse coordinate stores are now 11 bits wide.Oliver Schinagl2005-01-201-1/+104
| | | | Added inline functions for volume and gain control.
* New branch used to add new features.Oliver Schinagl2004-12-091-0/+76
|
* Added defines makeing it possible to split the application in various parts ↵Oliver Schinagl2004-12-091-76/+0
| | | | | | | | namely: Loader (loads data from the smart media into ram) Equalizer (The 'normal' known application) Visualization (The graphical visualization)
* 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-291-4/+5
| | | | fixe doxygen tags.
* changed macro proc's to functions.Oliver Schinagl2004-11-261-3/+6
| | | | changed equalizer_table to 640 as it should have been.
* 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.
* Initial version.Oliver Schinagl2004-11-221-0/+74