summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/eventhandler.hcc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed volume bar when toggling between audio player and normal modeMarcel Lauwerijssen2005-03-031-35/+42
|
* added audio player functionalityOliver Schinagl2005-02-231-408/+458
|
* Disable gain input when in playback mode.Oliver Schinagl2005-01-201-1/+1
|
* mouse coordinate stores are now 11 bits wide.Oliver Schinagl2005-01-201-71/+66
| | | | | | | | | | Input gain can be 'disabled' when playing audio from SMC. Volume and gain control is now done via functions. Added commented code for advanced audio player.
* Added audio playback button.Oliver Schinagl2005-01-181-41/+56
| | | | | | Fixed demo and reset buttons beeing pressed when 'cursor' was not on the button. Fixed bug where auto gain correction would always go to 0 when started.
* Added special eventhandler loop for the audio input gain events, which are ↵Oliver Schinagl2005-01-111-264/+283
| | | | not fired by the user but by the audio component
* Because we added the skindata parameter, our header needs to know about it ↵Oliver Schinagl2005-01-061-23/+63
| | | | | | | | | | | | | | | aswell. Added some more initilizers. Don't we need a function for this? TODO. inputgain works the opposite way then volume control so no calculation magic is needed here. We determine the mode via the image index. Found hardcoded value, replaced with proper struct element. Added table for inputgain.
* We want to initialize the about area to the TASS logo.Oliver Schinagl2004-12-211-0/+12
| | | | Also when we press an URL we want the about top to change to it.
* Added about buttton.Oliver Schinagl2004-12-161-1/+40
|
* New branch used to add new features.Oliver Schinagl2004-12-091-0/+315
|
* Added defines makeing it possible to split the application in various parts ↵Oliver Schinagl2004-12-091-315/+0
| | | | | | | | namely: Loader (loads data from the smart media into ram) Equalizer (The 'normal' known application) Visualization (The graphical visualization)
* 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.
* added doxygen html generated documenationOliver Schinagl2004-11-291-4/+5
| | | | fixe doxygen tags.
* 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 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.
* Attempt to add Spectrum Analasys.Oliver Schinagl2004-11-161-14/+43
|
* equalizer levels is no longer passed along as one large array, but as a mere ↵Oliver Schinagl2004-11-161-9/+19
| | | | pointer.
* Merged FFT into Graphic Equalizer.Oliver Schinagl2004-11-161-3/+8
|
* Added display of active buttons.Oliver Schinagl2004-11-151-19/+50
| | | | Added equalizer preset storage.
* Added fft filesOliver Schinagl2004-11-111-3/+24
| | | | fixed some issues, included equalizer.
* (no commit message)Oliver Schinagl2004-11-111-12/+15
|
* (no commit message)Oliver Schinagl2004-11-101-7/+55
|
* First Real VersionOliver Schinagl2004-11-101-0/+71