summaryrefslogtreecommitdiffstats
path: root/apps/plugins/midi2wav.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-03Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg1-6/+6
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-3/+2
2005-08-31Fake an USB connections to force reload of the file-tree after running these ...Jonas Häggqvist1-1/+2
2005-08-07Add this back in, for now. Will turn into real codec later, when plugins supp...Stepan Moskovchenko1-0/+238
2005-06-29removed old codec leftoversDaniel Stenberg1-232/+0
2005-04-20Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime.Stepan Moskovchenko1-114/+117
2005-04-19Some shifting optimizations. Working code. 50% realtime.Stepan Moskovchenko1-24/+41
2005-04-16Added xxx2wav support, an icon, and some optimizationsStepan Moskovchenko1-10/+27
2005-04-15Code cleanup, fix warnings, error checking, add midi2wav to viewers.configStepan Moskovchenko1-22/+49
2005-04-15Added MIDI synthesizer pluginStepan Moskovchenko1-0/+168