rockbox/apps/plugins/midi
Stepan Moskovchenko 1ba018bb01 Add drum names, make cowbell a default instrument (no way to remap them from UI yet). Add non-static
wrapper for pressnote (is there a better way?). Beatbox only tested on H300; compile at own risk.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14972 a1c6a512-1295-4272-9138-f99709370657
2007-10-03 17:42:16 +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 static/inline/iram raid gives nice speedup 2007-09-30 11:21:25 +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 static/inline/iram raid gives nice speedup 2007-09-30 11:21:25 +00:00
sequencer.c Add drum names, make cowbell a default instrument (no way to remap them from UI yet). Add non-static 2007-10-03 17:42:16 +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 static/inline/iram raid gives nice speedup 2007-09-30 11:21:25 +00:00
synth.h Unroll a frequently executed loop a little for a small speedup 2007-09-30 19:22:57 +00:00