summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added audio player functionalityOliver Schinagl2005-02-237-29/+73
|
* 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.
* repaired typo in preset size.Oliver Schinagl2005-01-241-2/+3
|
* 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
|
* 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
|
* 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 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.
* merged runfft into audio.hccMarcel Lauwerijssen2005-01-061-0/+18
|
* 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 inputgain.Oliver Schinagl2005-01-061-6/+15
|
* Changed data to match our new 'interleaved' images.Oliver Schinagl2005-01-061-35/+33
|
* Added inputgain.Oliver Schinagl2005-01-061-0/+3
|
* URL's are more like button's then area's.Oliver Schinagl2004-12-211-4/+5
|
* simplified graphical visulalization define'sOliver Schinagl2004-12-211-4/+4
|
* Added stages for all about screens.Oliver Schinagl2004-12-161-0/+6
|
* Added new smartmedia and memory address for new skins/about screens.Oliver Schinagl2004-12-161-27/+61
|
* Added more operational modes.Oliver Schinagl2004-12-161-3/+8
| | | | | | | | Stop starting at 0 with modes. added states for demo and reset buttons to make them look fancy. added index for address offset lookup table.
* Added new buttons and area's.Oliver Schinagl2004-12-161-1/+15
|
* Added ROM array indexes for offset lookup table.Oliver Schinagl2004-12-161-0/+19
|
* Replaced skin struct with more advanced struct.Oliver Schinagl2004-12-131-1/+1
| | | | It is still a typedef however. FIXME: Should be changed to 'regular' struct.
* Fixed merge bug with preset defines.Oliver Schinagl2004-12-131-23/+22
| | | | | Replaced skin struct with more advanced struct. It is still a typedef however. FIXME: Should be changed to 'regular' struct.
* New branch used to add new features.Oliver Schinagl2004-12-0914-0/+962
|
* Added defines makeing it possible to split the application in various parts ↵Oliver Schinagl2004-12-0914-962/+0
| | | | | | | | namely: Loader (loads data from the smart media into ram) Equalizer (The 'normal' known application) Visualization (The graphical visualization)
* Resolved Merge ConflictOliver Schinagl2004-12-091-32/+46
|
* (no commit message)Oliver Schinagl2004-12-091-1/+1
|
* Created defines to differintiate between the 2 available 'factory default' ↵Oliver Schinagl2004-12-081-0/+4
| | | | presets.
* Re-Arranged equalizer mode buttons for easier integration.Oliver Schinagl2004-12-081-8/+5
|
* Re-Arranged equalizer mode buttons for easier integration.Oliver Schinagl2004-12-081-5/+5
|
* Removed Smart Media addresses from here. They are now in SmartMedia-shared.Oliver Schinagl2004-12-081-70/+10
| | | | Moved FFT specific defines to FFT.
* We only use one var to lock the display from wherever.Oliver Schinagl2004-12-081-5/+6
| | | | | | Fixed some comments. Removed mask only drawing of pixels as we either load with or without SmartMedia.
* Rewrote equalizer loading function. We now load presets from an extra ↵Oliver Schinagl2004-12-081-1/+1
| | | | blockram instead of the main ram.