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