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