| Commit message (Expand) | Author | Age |
| * | midi plugin: make local functions static where possible | Bertrik Sikken | 2012-02-18 |
| * | midi: make the patch sample data pointer a *int16_t to get rid of some ugly c... | Nils Wallménius | 2011-09-06 |
| * | Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0. | Andree Buschmann | 2011-05-08 |
| * | Make the midiplugin's out of memory error more obvious to people who don't kn... | Michael Giacomelli | 2010-12-13 |
| * | Rename printf to prevent naming conflict. Also change comment to conform with... | Michael Chicoine | 2010-07-25 |
| * | Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing... | Frank Gevaerts | 2010-05-07 |
| * | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz | 2010-05-06 |
| * | loader-initialized global plugin API: | Andrew Mahone | 2009-01-16 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | MIDI player: Allow pause and seeking during pause. Print out the play/pause/s... | Stepan Moskovchenko | 2008-01-02 |
| * | MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch ben... | Stepan Moskovchenko | 2007-10-21 |
| * | MIDI: Optimize the new pitch bending code for a small speedup. | Stepan Moskovchenko | 2007-10-17 |
| * | MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it ... | Stepan Moskovchenko | 2007-10-15 |
| * | Optimisation of the midi player, reducing the number of multiplications and m... | Nils Wallménius | 2007-10-04 |
| * | Move all of midiplay into its subdir and add a Makefile for it, add header fi... | Nils Wallménius | 2007-09-24 |
| * | Missed a couple. Hopefully fix all warnings. | Michael Sevakis | 2007-04-21 |
| * | General housekeeping: Make plugin buffer functions take size_t * instead of i... | Michael Sevakis | 2007-04-21 |
| * | Fix the undefined char symbols appearing in many output lines. This printf do... | Jens Arnold | 2007-04-21 |
| * | More adsr related nonsense, argh! Fix adsr related problem on some notes bein... | Stepan Moskovchenko | 2006-10-03 |
| * | Fixed freezing after loader error messages. | Stepan Moskovchenko | 2006-05-08 |
| * | Optimize synth code by pre-computing the volume scaling for each note. | Stepan Moskovchenko | 2006-05-03 |
| * | Fix file descriptor leak that would cause a hard lockup every 7 files | Stepan Moskovchenko | 2006-05-03 |
| * | ---------------------------------------------------------------------- | Stepan Moskovchenko | 2006-05-01 |
| * | Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime. | Stepan Moskovchenko | 2005-04-20 |
| * | Some shifting optimizations. Working code. 50% realtime. | Stepan Moskovchenko | 2005-04-19 |
| * | Code cleanup, fix warnings, error checking, add midi2wav to viewers.config | Stepan Moskovchenko | 2005-04-15 |
| * | Added MIDI synthesizer plugin | Stepan Moskovchenko | 2005-04-15 |