summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/midiutil.h
AgeCommit message (Expand)Author
2011-09-06midi: make the patch sample data pointer a *int16_t to get rid of some ugly c...Nils Wallménius
2010-07-25Rename printf to prevent naming conflict. Also change comment to conform with...Michael Chicoine
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-02-07Remove tabsAndree Buschmann
2009-03-28midi: yield more, fixes flickering backlight fade on some targets while playi...Nils Wallménius
2008-11-24Rearrange the main synth loop a little and move some tests around for a ~5% s...Nils Wallménius
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2007-11-17MIDI: Increase percision of synthesizer by a factor of 4 - makes certain part...Stepan Moskovchenko
2007-11-15Revert some changes that broke looping in midiplayerNils Wallménius
2007-11-11Rearrange logic in the synthVoice loop to do less tests and remove need of a ...Nils Wallménius
2007-10-21MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch ben...Stepan Moskovchenko
2007-10-18Clean out an unused struct member from the synthObject structNils Wallménius
2007-10-17MIDI: Optimize the new pitch bending code for a small speedup.Stepan Moskovchenko
2007-10-15MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it ...Stepan Moskovchenko
2007-10-04Increase output buffer size to 32kB, results in less buffer missing in genera...Nils Wallménius
2007-10-04Optimisation of the midi player, reducing the number of multiplications and m...Nils Wallménius
2007-09-30static/inline/iram raid gives nice speedupNils Wallménius
2007-09-30Maybe 25 was too much with the new decay rates.Stepan Moskovchenko
2007-09-30MIDI: Kick up number of voices and decrease the decay rate, taking Stepan Moskovchenko
2007-09-27Do not duplicate const table, make getEvent function static inline, gives abo...Nils Wallménius
2007-09-27Simplify the sendEvent function, makes it _slightly_ faster and quite a bit s...Nils Wallménius
2007-09-24Move all of midiplay into its subdir and add a Makefile for it, add header fi...Nils Wallménius