summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/eventhandler.hcc (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-03-03fixed volume bar when toggling between audio player and normal modeMarcel Lauwerijssen1-35/+42
2005-02-23added audio player functionalityOliver Schinagl1-408/+458
2005-01-20Disable gain input when in playback mode.Oliver Schinagl1-1/+1
2005-01-20mouse coordinate stores are now 11 bits wide.Oliver Schinagl1-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.
2005-01-18Added audio playback button.Oliver Schinagl1-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.
2005-01-11Added special eventhandler loop for the audio input gain events, which are ↵Oliver Schinagl1-264/+283
not fired by the user but by the audio component
2005-01-06Because we added the skindata parameter, our header needs to know about it ↵Oliver Schinagl1-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.
2004-12-21We want to initialize the about area to the TASS logo.Oliver Schinagl1-0/+12
Also when we press an URL we want the about top to change to it.
2004-12-16Added about buttton.Oliver Schinagl1-1/+40
2004-12-09New branch used to add new features.Oliver Schinagl1-0/+0
2004-12-09Phase 1: Original Port Completed.Oliver Schinagl1-0/+0
Recommended additions: add and update (doxygen) documentation
2004-12-08We do some init here to ensure the equalizer bars are drawn properly. This ↵Oliver Schinagl1-45/+67
should be moved to an init function or similarly. Added various equalizer modes.
2004-11-29added doxygen html generated documenationOliver Schinagl1-4/+5
fixe doxygen tags.
2004-11-26equalizer mode now concave, but 'upside down'Oliver Schinagl1-7/+2
2004-11-26equalizer mode buttons function now +x2 then -x2.Oliver Schinagl1-62/+82
Changed macro proc's to functions.
2004-11-24changed the eventhandler from a function to a macro proc.Oliver Schinagl1-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.
2004-11-16Attempt to add Spectrum Analasys.Oliver Schinagl1-14/+43
2004-11-16equalizer levels is no longer passed along as one large array, but as a mere ↵Oliver Schinagl1-9/+19
pointer.
2004-11-16Merged FFT into Graphic Equalizer.Oliver Schinagl1-3/+8
2004-11-15Added display of active buttons.Oliver Schinagl1-19/+50
Added equalizer preset storage.
2004-11-11Added fft filesOliver Schinagl1-3/+24
fixed some issues, included equalizer.
2004-11-11(no commit message)Oliver Schinagl1-12/+15
2004-11-10(no commit message)Oliver Schinagl1-7/+55
2004-11-10First Real VersionOliver Schinagl1-0/+71