summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added inline functions for volume and gain control.Oliver Schinagl2005-01-201-0/+11
|
* mouse coordinate stores are now 11 bits wide.Oliver Schinagl2005-01-201-1/+2
|
* 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
|
* Added defines for audio initialization delay.Oliver Schinagl2005-01-181-13/+10
|
* Added button for internal 'play' mode.Oliver Schinagl2005-01-181-0/+1
|
* Added bit to indicate internal 'play' mode.Oliver Schinagl2005-01-181-0/+1
|
* Added window size define.Oliver Schinagl2005-01-181-0/+1
|
* Changed functions to inline functions.Oliver Schinagl2005-01-183-3/+3
|
* Changed functions to inline functions.Oliver Schinagl2005-01-181-2/+10
| | | | Added 2 functions to load audio data from smartmedia.
* Fixed allignment,Oliver Schinagl2005-01-181-5/+11
| | | | added header information for Audio Data.
* Added photoshop files of skins to CVSOliver Schinagl2005-01-187-0/+0
|
* Added define to calculate delay length.Oliver Schinagl2005-01-111-1/+9
|
* Added colors for norm mode and saturated mode for input gain.Oliver Schinagl2005-01-111-1/+2
|
* Added variable for saturation detection.Oliver Schinagl2005-01-111-0/+2
|
* Added ability to only change the starting address. This makes it possible to ↵Oliver Schinagl2005-01-111-12/+14
| | | | only change one address instead of every single image.
* 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
|
* fixed error in the path to the graph_mask raw-fileOliver Schinagl2005-01-111-1/+1
|
* Added log button to the help skin (again)Marcel Lauwerijssen2005-01-111-0/+0
|
* Added log button to the help skin (again)Marcel Lauwerijssen2005-01-111-0/+0
|
* merged runfft into audio.hccMarcel Lauwerijssen2005-01-061-0/+18
|
* merged runfft into audio.hccMarcel Lauwerijssen2005-01-061-21/+208
|
* (no commit message)Oliver Schinagl2005-01-065-60/+1565
|
* 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?
* We need to initialize the gain level and the position so it looks pretty. ↵Oliver Schinagl2005-01-061-4/+4
| | | | | | 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. TODO?
* Removed offset's The name wasn't entirly correctly and refactoring in ↵Oliver Schinagl2005-01-061-12/+1
| | | | display and eventhandler required them both.
* Because the event handler needs to know about dimensions of certain area's ↵Oliver Schinagl2005-01-061-1/+1
| | | | we need to give it those via the skindata struct.
* Introduced two new states to identify the different preset loading stages.Oliver Schinagl2005-01-061-10/+11
|
* Added i/o label below volume control. again.Oliver Schinagl2005-01-061-0/+0
|
* Added inputgain slider to images.Oliver Schinagl2005-01-066-0/+0
|
* Fixed "In Out"-labelMarcel Lauwerijssen2005-01-061-0/+0
|
* Removed 'details' mask. We don't want to respond to details as we don't have ↵Oliver Schinagl2005-01-061-1/+1
| | | | enough memory to store and display them anyhow.
* Fixed "In Out"-labelMarcel Lauwerijssen2005-01-061-0/+0
|
* Removed 'details' mask. We don't want to respond to details as we don't have ↵Oliver Schinagl2005-01-061-1/+1
| | | | enough memory to store and display them anyhow.
* Removed 'details' mask. We don't want to respond to details as we don't have ↵Oliver Schinagl2005-01-061-0/+0
| | | | enough memory to store and display them anyhow.