summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added comments and header of the smartmedia_set_read_address functionMarcel Lauwerijssen2005-01-311-1/+9
|
* Changed block offset +200. This to ensure several platforms can be used with ↵Oliver Schinagl2005-01-251-14/+14
| | | | almost identical bitfiles.
* (no commit message)Oliver Schinagl2005-01-253-0/+0
|
* For some reason we had 7 presets. Removed the extra preset.Oliver Schinagl2005-01-241-1/+1
|
* repaired typo in preset size.Oliver Schinagl2005-01-241-2/+3
|
* New presetsOliver Schinagl2005-01-241-0/+0
|
* Display a gray color.Oliver Schinagl2005-01-201-2/+2
|
* Disable gain input when in playback mode.Oliver Schinagl2005-01-201-1/+1
|
* Use a pretty gray color.Oliver Schinagl2005-01-201-1/+1
|
* Fixed inverse volume control table beeing the wrong size.Oliver Schinagl2005-01-201-0/+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.
* Added color for 'disabled' items.Oliver Schinagl2005-01-201-0/+1
|
* mouse coordinate stores are now 11 bits wide. Display coordinates as well ↵Oliver Schinagl2005-01-201-1/+1
| | | | thus skin data also.
* mouse coordinate stores are now 11 bits wide. Display coordinates as well ↵Oliver Schinagl2005-01-201-4/+4
| | | | thus skin data also.
* mouse coordinate stores are now 11 bits wide.Oliver Schinagl2005-01-201-6/+8
|
* 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
|