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