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