summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/midiutil.c (follow)
Commit message (Expand)AuthorAge
* MIDI player: Allow pause and seeking during pause. Print out the play/pause/s...Stepan Moskovchenko2008-01-02
* MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch ben...Stepan Moskovchenko2007-10-21
* MIDI: Optimize the new pitch bending code for a small speedup.Stepan Moskovchenko2007-10-17
* MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it ...Stepan Moskovchenko2007-10-15
* Optimisation of the midi player, reducing the number of multiplications and m...Nils Wallménius2007-10-04
* Move all of midiplay into its subdir and add a Makefile for it, add header fi...Nils Wallménius2007-09-24
* Missed a couple. Hopefully fix all warnings.Michael Sevakis2007-04-21
* General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis2007-04-21
* Fix the undefined char symbols appearing in many output lines. This printf do...Jens Arnold2007-04-21
* More adsr related nonsense, argh! Fix adsr related problem on some notes bein...Stepan Moskovchenko2006-10-03
* Fixed freezing after loader error messages.Stepan Moskovchenko2006-05-08
* Optimize synth code by pre-computing the volume scaling for each note.Stepan Moskovchenko2006-05-03
* Fix file descriptor leak that would cause a hard lockup every 7 filesStepan Moskovchenko2006-05-03
* ----------------------------------------------------------------------Stepan Moskovchenko2006-05-01
* Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime.Stepan Moskovchenko2005-04-20
* Some shifting optimizations. Working code. 50% realtime.Stepan Moskovchenko2005-04-19
* Code cleanup, fix warnings, error checking, add midi2wav to viewers.configStepan Moskovchenko2005-04-15
* Added MIDI synthesizer pluginStepan Moskovchenko2005-04-15