| Commit message (Expand) | Author | Age |
| * | midi: Recalculate (and rename) the note frequency table. | Frank Gevaerts | 2017-01-06 |
| * | midi plugin: make local functions static where possible | Bertrik Sikken | 2012-02-18 |
| * | plugins (doom, midi, rockboy): don't use non-static inline | Rafaël Carré | 2010-09-07 |
| * | Replace remaining printf in midi plugin (fix yellow/red) | Michael Chicoine | 2010-07-25 |
| * | midi: yield more, fixes flickering backlight fade on some targets while playi... | Nils Wallménius | 2009-03-28 |
| * | 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: Increase percision of synthesizer by a factor of 4 - makes certain part... | Stepan Moskovchenko | 2007-11-17 |
| * | Revert some changes that broke looping in midiplayer | Nils Wallménius | 2007-11-15 |
| * | Rearrange logic in the synthVoice loop to do less tests and remove need of a ... | Nils Wallménius | 2007-11-11 |
| * | MIDI: Make seeking neater by moving it into another file. Will be more useful... | Stepan Moskovchenko | 2007-11-05 |
| * | Fix warnings. | Stéphane Doyon | 2007-11-03 |
| * | MIDI: Allow seeking forward and backward using the left/right keys. Currently... | Stepan Moskovchenko | 2007-11-03 |
| * | MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch ben... | Stepan Moskovchenko | 2007-10-21 |
| * | Clean out an unused struct member from the synthObject struct | Nils Wallménius | 2007-10-18 |
| * | MIDI: Scale each instrument by a calibration value, since not all patches are... | Stepan Moskovchenko | 2007-10-17 |
| * | 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 |
| * | Remove wrapper for pressNote and make the function externally visible | Nils Wallménius | 2007-10-04 |
| * | Add drum names, make cowbell a default instrument (no way to remap them from ... | Stepan Moskovchenko | 2007-10-03 |
| * | static/inline/iram raid gives nice speedup | Nils Wallménius | 2007-09-30 |
| * | Do not duplicate const table, make getEvent function static inline, gives abo... | Nils Wallménius | 2007-09-27 |
| * | Simplify the sendEvent function, makes it _slightly_ faster and quite a bit s... | Nils Wallménius | 2007-09-27 |
| * | Use uint32_t type for the pitch table | Nils Wallménius | 2007-09-24 |
| * | Fix midi playback on 64 bit sims and const a table | Nils Wallménius | 2007-09-24 |
| * | Move all of midiplay into its subdir and add a Makefile for it, add header fi... | Nils Wallménius | 2007-09-24 |
| * | Fix the undefined char symbols appearing in many output lines. This printf do... | Jens Arnold | 2007-04-21 |
| * | Fix a nasty little bug that would under the right conditions cause | Stepan Moskovchenko | 2007-01-10 |
| * | More adsr related nonsense, argh! Fix adsr related problem on some notes bein... | Stepan Moskovchenko | 2006-10-03 |
| * | 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 |
| * | Uncomment one line, which makes bad 80s music sound a bit better. | Stepan Moskovchenko | 2005-08-07 |
| * | Fix error/warning, change pitch bend to 9 bits | Stepan Moskovchenko | 2005-08-07 |
| * | 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 |