rockbox/apps/plugins/midi
Steve Bavin 6526577818 Plugin parameters should be const.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17492 a1c6a512-1295-4272-9138-f99709370657
2008-05-13 09:57:56 +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 Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements. 2008-01-04 21:07:05 +00:00
midifile.c Plugin parameters should be const. 2008-05-13 09:57:56 +00:00
midifile.h Plugin parameters should be const. 2008-05-13 09:57:56 +00:00
midiplay.c Plugin parameters should be const. 2008-05-13 09:57:56 +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