1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/midi
Stepan Moskovchenko 1ed54f4302 Maybe 25 was too much with the new decay rates.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14911 a1c6a512-1295-4272-9138-f99709370657
2007-09-30 09:04:39 +00:00
..
guspat.c Do not duplicate const table, make getEvent function static inline, gives about a ~1.5% speedup, put tick function in iram, ~3.5% speedup 2007-09-27 20:17:38 +00:00
guspat.h Do not duplicate const table, make getEvent function static inline, gives about a ~1.5% speedup, put tick function in iram, ~3.5% speedup 2007-09-27 20:17:38 +00:00
Makefile Simplify the sendEvent function, makes it _slightly_ faster and quite a bit smaller, build midiplay with -O2 for coldfire, gives about a 23% speedup 2007-09-27 18:29:50 +00:00
midifile.c Move all of midiplay into its subdir and add a Makefile for it, add header files as necessary. 2007-09-24 15:57:32 +00:00
midifile.h Move all of midiplay into its subdir and add a Makefile for it, add header files as necessary. 2007-09-24 15:57:32 +00:00
midiplay.c Fix bug that caused only half the output buffer to be used, gives a quite nice speedup on coldifre, clean up some commented out #ifdefs 2007-09-29 16:06:16 +00:00
midiutil.c Move all of midiplay into its subdir and add a Makefile for it, add header files as necessary. 2007-09-24 15:57:32 +00:00
midiutil.h Maybe 25 was too much with the new decay rates. 2007-09-30 09:04:39 +00:00
sequencer.c Do not duplicate const table, make getEvent function static inline, gives about a ~1.5% speedup, put tick function in iram, ~3.5% speedup 2007-09-27 20:17:38 +00:00
sequencer.h Move all of midiplay into its subdir and add a Makefile for it, add header files as necessary. 2007-09-24 15:57:32 +00:00
SOURCES Move all of midiplay into its subdir and add a Makefile for it, add header files as necessary. 2007-09-24 15:57:32 +00:00
synth.c MIDI: Kick up number of voices and decrease the decay rate, taking 2007-09-30 09:01:38 +00:00
synth.h Do not duplicate const table, make getEvent function static inline, gives about a ~1.5% speedup, put tick function in iram, ~3.5% speedup 2007-09-27 20:17:38 +00:00