index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
midi
/
synth.h
(
unfollow
)
Commit message (
Expand
)
Author
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2007-11-03
Fix warnings.
Stéphane Doyon
2007-11-03
MIDI: Allow seeking forward and backward using the left/right keys. Currently...
Stepan Moskovchenko
2007-10-08
Change loop structure for sample synthesizing. Gives a nice speedup on both c...
Nils Wallménius
2007-10-05
A loop with one iteration is a little strange, also put it inside an #if bloc...
Nils Wallménius
2007-10-05
Make synthVoice return int instead of short, gives a nice speed up also add a...
Nils Wallménius
2007-10-04
Optimisation of the midi player, reducing the number of multiplications and m...
Nils Wallménius
2007-09-30
Unroll a frequently executed loop a little for a small speedup
Nils Wallménius
2007-09-30
static/inline/iram raid gives nice speedup
Nils Wallménius
2007-09-27
Do not duplicate const table, make getEvent function static inline, gives abo...
Nils Wallménius
2007-09-24
Move all of midiplay into its subdir and add a Makefile for it, add header fi...
Nils Wallménius
2007-09-06
Move files that will be common to the Sansa e200 and c200
Mark Arigo
2007-07-12
e200: adc_read needs mutex since it is accessed from multiple threads and yie...
Michael Sevakis
2007-03-13
Improved ADC driver for AS3514 (used in PP5024 - ie. Sansa e200) based off da...
Barry Wardell
2007-02-20
Battery reading support for Sansa. Still needs calibration of voltage->percen...
Barry Wardell
2006-12-18
Hardcode a value for the battery level until we figure out the power manageme...
Barry Wardell
2006-10-16
Big Sansa update: Go back to using the common crt0-pp.S. Add LCD driver. A...
Daniel Ankers
2006-09-29
Add support for H10 remote. Remote buttons have the same keymappings as their...
Barry Wardell
2006-09-23
Add ADC to I/O ports debug menu on H10. Fix battery level reading empty when ...
Barry Wardell
2006-08-28
Remove sleep() from adc_scan(). It causes Rockbox to hang and isn't necessary...
Barry Wardell
2006-08-22
Move X5 ADC code to target tree. Fix power button detection on H10. New ADC
Barry Wardell
2006-08-20
Fix errors when building H10 Normal build.
Barry Wardell
2006-08-12
update the gigabeat code and move to target_tree
Marcoen Hirschberg
2006-03-07
iAudio X5 target-specific ATA driver code
Linus Nielsen Feltzing
2003-01-22
Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DE...
Uwe Freese
2002-09-24
Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...
Björn Stenberg
2002-09-06
Renamed menu item 'Screensavers' to more descriptive 'Demos'. Added snow, rem...
Björn Stenberg
2002-08-23
Remade the menu system slightly. All functions invoked from menus now use
Daniel Stenberg
2002-06-24
games and screensavers are now in submenus
Robert Hak
2002-05-13
Changing to C99 'bool' type
Björn Stenberg
2002-04-26
Simpler API and remove interrupt code
Björn Stenberg
2002-04-23
Moved driver to 'drivers' subdir
Björn Stenberg
2002-04-20
Fixed REG and REG_ADDR style macros
Björn Stenberg
2002-03-28
First version
Björn Stenberg
2002-03-26
updates
Daniel Stenberg
2002-03-26
lcd_update() works for X11 now...
Daniel Stenberg
2002-03-26
generic and specific LCD functions
Daniel Stenberg