summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/guspat.c
AgeCommit message (Expand)Author
2019-08-05Midiplay plugin ehancementsSolomon Peachy
2017-01-06midi: Recalculate (and rename) the note frequency table.Frank Gevaerts
2013-06-16plugin_midi: expand gustable[] to 128 entriesFrank Gevaerts
2012-02-18midi plugin: make local functions static where possibleBertrik Sikken
2011-09-06midi: make the patch sample data pointer a *int16_t to get rid of some ugly c...Nils Wallménius
2009-12-06Correct checking return value of open in plugins.Teruaki Kawashima
2009-01-16loader-initialized global plugin API:Andrew Mahone
2008-07-27Oops, revert unrelated changesNils Wallménius
2008-07-27FS#9221 by Christopher Williams fixing a couple of bugs in keyboxNils Wallménius
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2007-09-27Do not duplicate const table, make getEvent function static inline, gives abo...Nils Wallménius
2007-09-24Move all of midiplay into its subdir and add a Makefile for it, add header fi...Nils Wallménius
2007-09-22vel/MROBE500Karl Kurbjun
2007-04-11Some quick and dirty MIDI player optimizations, now it works on the X5 and M5...Linus Nielsen Feltzing
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2006-08-10== -> =. this should fix a build warningAntoine Cellerier
2006-05-01----------------------------------------------------------------------Stepan Moskovchenko
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman
2005-04-20Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime.Stepan Moskovchenko
2005-04-19Some shifting optimizations. Working code. 50% realtime.Stepan Moskovchenko
2005-04-16Added xxx2wav support, an icon, and some optimizationsStepan Moskovchenko
2005-04-15fix compiler errorDaniel Stenberg
2005-04-15Code cleanup, fix warnings, error checking, add midi2wav to viewers.configStepan Moskovchenko
2005-04-15Added MIDI synthesizer pluginStepan Moskovchenko