summaryrefslogtreecommitdiff
path: root/apps/plugins/midiplay.c (follow)
Commit message (Expand)AuthorAge
* Move all of midiplay into its subdir and add a Makefile for it, add header fi...Nils Wallménius2007-09-24
* Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...Marianne Arnold2007-09-20
* Clean up hard-coded pathsNils Wallménius2007-09-10
* Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold2007-07-27
* Check if the HW is capable of 22.050KHz playback, and revert to using 44.1Khz...Dave Chapman2007-07-24
* Plugins that play sound must be sure to set inputs and outputs on audio muxed...Michael Sevakis2007-06-10
* attempt to make the Gigabeat button mappings in the plugins more logical and ...Marcoen Hirschberg2007-05-19
* Prevent idle poweroff in the MIDI playerLinus Nielsen Feltzing2007-05-19
* Fix the undefined char symbols appearing in many output lines. This printf do...Jens Arnold2007-04-21
* Some quick and dirty MIDI player optimizations, now it works on the X5 and M5...Linus Nielsen Feltzing2007-04-11
* Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold2007-03-16
* Ooops.Jens Arnold2007-03-16
* Reset sample rate correctly after MIDI playbackSteve Bavin2007-03-14
* Make MIDI playback work on the Simulator, with sound etc. The #define stuff i...Stepan Moskovchenko2007-01-11
* FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski2006-11-26
* SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis2006-11-18
* Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell2006-10-26
* Barry Wardell's keymappings for H10Daniel Stenberg2006-08-03
* To avoid having to use the main unit when accidentally launching a plugin fro...Kevin Ferrare2006-06-30
* HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Christian Gmeiner2006-06-12
* Fixed freezing after loader error messages.Stepan Moskovchenko2006-05-08
* Whoops! Lousy button code...Stepan Moskovchenko2006-05-07
* Added ability to adjust the volume during playback.Stepan Moskovchenko2006-05-07
* Optimize synth code by pre-computing the volume scaling for each note.Stepan Moskovchenko2006-05-03
* Remove some debug junk, start a new build.Stepan Moskovchenko2006-05-03
* Fix file descriptor leak that would cause a hard lockup every 7 filesStepan Moskovchenko2006-05-03
* ----------------------------------------------------------------------Stepan Moskovchenko2006-05-01