rockbox/apps/plugins/midi
2008-01-13 14:52:31 +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 MIDI player: print out track names, copyright info, song names, etc during load time. This includes 2008-01-02 07:09:17 +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 Midiplay: more consistent button mapping on c200 - use the volume buttons to adjust volume (BTN_UP/DOWN), making it possible to use the 'Play' button for play/pause. 2008-01-13 14:52:31 +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