summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed volume tableMarcel Lauwerijssen2005-03-031-1/+1
|
* Text of input select button is now also shown correctly while being in help ↵Marcel Lauwerijssen2005-03-031-1/+6
| | | | of about mode
* Text of input select button is now also shown correctly while being in help ↵Marcel Lauwerijssen2005-03-031-5/+14
| | | | of about mode
* fixed volume bar when toggling between audio player and normal modeMarcel Lauwerijssen2005-03-031-35/+42
|
* Added text switching button (sm-card/line-in) to applicationMarcel Lauwerijssen2005-02-242-14/+22
|
* Fixed table.Oliver Schinagl2005-02-241-1/+1
|
* added audio player functionalityOliver Schinagl2005-02-234-445/+614
|
* corrected an error in the smartmedia_set_read_address functionMarcel Lauwerijssen2005-01-311-2/+2
|
* Removed carriage returns, added SmartMedia_set_address functionMarcel Lauwerijssen2005-01-311-373/+386
|
* Display a gray color.Oliver Schinagl2005-01-201-2/+2
|
* 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.
* Input gain can be colored 'disabled'.Oliver Schinagl2005-01-201-1/+18
| | | | We reset the image index to the background when the exit button was pressed.
* mouse coordinate stores are now 11 bits wide.Oliver Schinagl2005-01-201-1/+104
| | | | Added inline functions for volume and gain control.
* mouse coordinate stores are now 11 bits wide. The RC200 supplies us with 10 ↵Oliver Schinagl2005-01-201-1/+1
| | | | and 9 bits wide variables. We make those fit.
* Audio input from Smartmedia works.Oliver Schinagl2005-01-191-3/+3
|
* Changed functions to inline functions.Oliver Schinagl2005-01-181-1/+1
|
* Changed functions to inline functions.Oliver Schinagl2005-01-181-1/+5
| | | | Added play button handler.
* 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 internal audio play functionality.Oliver Schinagl2005-01-181-17/+84
| | | | Still issue when playing sound. Appears to be signed /unsigned conversion problem. Do not use this functionality yet!
* Added internal audio play functionality.Oliver Schinagl2005-01-181-36/+63
|
* Removed obsolete defines, added timer to ensure the audio chip will function ↵Oliver Schinagl2005-01-111-7/+9
| | | | after a powercycle
* Added input gain color for saturated input gainOliver Schinagl2005-01-111-1/+2
|
* 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
* Modified input gain control bar colorOliver Schinagl2005-01-111-1/+1
|
* modified doxygen comments, added automatic input gain controlOliver Schinagl2005-01-111-35/+57
|
* 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 ↵Oliver Schinagl2005-01-061-1/+1
| | | | return to it's original state. Shame on us for even concider changing it.
* 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.
* renamed address_offsets to images. Also the content needed to be updated. ↵Oliver Schinagl2005-01-061-53/+30
| | | | | | | | | The about screens should be first as it makes things easier and more efficient in the event handler. Removed 'modes' we determin modes by the image displayed as these are identical anyway. Therefore we can remove the big switch to set the 'offset' determined by the mode. We need to check however when we want to return not only if the about mode is active, but also if any of it's 'children' is active.
* We need to initialize the gain level and the position so it looks pretty. ↵Oliver Schinagl2005-01-061-6/+5
| | | | | | Hence we init the gain where we also 'change' it later. So we removed the parameter here. A better design choice would have been to add two functions here to set volume and gain. TOD0?
* Added input gain along the Y-axis.Oliver Schinagl2005-01-061-30/+50
| | | | | | Fixed bug in memory counter where two statements where executed in one clock cycle. Renamed GRAPHMASK to GRAPH.
* 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
| | | | | | | | | Instead of trying to set the address properly, we change behaviour of the loop slightly. Since we write MRGB pixel data to the memory, it makes sense to also read it in that order. we only use the +3 counter when not loading the visual graph.
* 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
| | | | When pressing an URL button, we jump to that area.
* 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 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
| | | | It is still a typedef however. FIXME: Should be changed to 'regular' struct.
* 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 ↵Oliver Schinagl2004-12-099-2044/+0
| | | | | | | | namely: Loader (loads data from the smart media into ram) Equalizer (The 'normal' known application) Visualization (The graphical visualization)