summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/midifile.c
AgeCommit message (Expand)Author
2012-02-18midi plugin: make local functions static where possibleBertrik Sikken
2010-07-25Replace remaining printf in midi plugin (fix yellow/red)Michael Chicoine
2009-12-06Correct checking return value of open in plugins.Teruaki Kawashima
2009-01-16loader-initialized global plugin API:Andrew Mahone
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-13Plugin parameters should be const.Steve Bavin
2008-01-02MIDI player: print out track names, copyright info, song names, etc during lo...Stepan Moskovchenko
2008-01-02MIDI player: fix a very unlikely (but possible) file descriptor leak.Stepan Moskovchenko
2007-10-04Increase output buffer size to 32kB, results in less buffer missing in genera...Nils Wallménius
2007-10-03Put a struct in iram for a small speedup on coldfireNils Wallménius
2007-09-24Move all of midiplay into its subdir and add a Makefile for it, add header fi...Nils Wallménius
2007-04-21Fix the undefined char symbols appearing in many output lines. This printf do...Jens Arnold
2006-07-20Fix typoAntoine Cellerier
2006-05-08Fixed freezing after loader error messages.Stepan Moskovchenko
2006-05-07Added ability to adjust the volume during playback.Stepan Moskovchenko
2006-05-03Fix file descriptor leak that would cause a hard lockup every 7 filesStepan Moskovchenko
2006-05-01----------------------------------------------------------------------Stepan Moskovchenko
2005-04-20Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime.Stepan Moskovchenko
2005-04-15Code cleanup, fix warnings, error checking, add midi2wav to viewers.configStepan Moskovchenko
2005-04-15Added MIDI synthesizer pluginStepan Moskovchenko