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