summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/midifile.c (follow)
Commit message (Expand)AuthorAge
* midi plugin: make local functions static where possibleBertrik Sikken2012-02-18
* Replace remaining printf in midi plugin (fix yellow/red)Michael Chicoine2010-07-25
* Correct checking return value of open in plugins.Teruaki Kawashima2009-12-06
* loader-initialized global plugin API:Andrew Mahone2009-01-16
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Plugin parameters should be const.Steve Bavin2008-05-13
* MIDI player: print out track names, copyright info, song names, etc during lo...Stepan Moskovchenko2008-01-02
* MIDI player: fix a very unlikely (but possible) file descriptor leak.Stepan Moskovchenko2008-01-02
* Increase output buffer size to 32kB, results in less buffer missing in genera...Nils Wallménius2007-10-04
* Put a struct in iram for a small speedup on coldfireNils Wallménius2007-10-03
* Move all of midiplay into its subdir and add a Makefile for it, add header fi...Nils Wallménius2007-09-24
* Fix the undefined char symbols appearing in many output lines. This printf do...Jens Arnold2007-04-21
* Fix typoAntoine Cellerier2006-07-20
* Fixed freezing after loader error messages.Stepan Moskovchenko2006-05-08
* Added ability to adjust the volume during playback.Stepan Moskovchenko2006-05-07
* 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
* Code cleanup, fix warnings, error checking, add midi2wav to viewers.configStepan Moskovchenko2005-04-15
* Added MIDI synthesizer pluginStepan Moskovchenko2005-04-15