rockbox/apps/plugins/midi
Stepan Moskovchenko 0f8c77b306 MIDI player: fix a very unlikely (but possible) file descriptor leak.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15986 a1c6a512-1295-4272-9138-f99709370657
2008-01-02 06:40:15 +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 MIDI player: fix a very unlikely (but possible) file descriptor leak. 2008-01-02 06:40:15 +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 MIDI player: Allow pause and seeking during pause. Print out the play/pause/seek position in seconds. 2008-01-02 06:35:59 +00:00
midiutil.c MIDI player: Allow pause and seeking during pause. Print out the play/pause/seek position in seconds. 2008-01-02 06:35:59 +00:00
midiutil.h MIDI: Increase percision of synthesizer by a factor of 4 - makes certain parts (guitar bends, mostly) 2007-11-17 06:39:02 +00:00
sequencer.c MIDI: Increase percision of synthesizer by a factor of 4 - makes certain parts (guitar bends, mostly) 2007-11-17 06:39:02 +00:00
sequencer.h MIDI: Make seeking neater by moving it into another file. Will be more useful later. 2007-11-05 05:35:10 +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 Revert some changes that broke looping in midiplayer 2007-11-15 21:20:29 +00:00
synth.h Fix warnings. 2007-11-03 04:59:24 +00:00