1. d33645b MIDI: Optimize the new pitch bending code for a small speedup. by Stepan Moskovchenko · 17 years ago
  2. 1515ff8 MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it works. Tested on two by Stepan Moskovchenko · 17 years ago
  3. e1940b8 Optimisation of the midi player, reducing the number of multiplications and memory accesses inside a very frequently executed loop, also does shifting of the whole sample when synthing is done which improves accurracy slightly, ~10% fewer buffer misses by Nils Wallménius · 17 years ago
  4. 0e49605 Move all of midiplay into its subdir and add a Makefile for it, add header files as necessary. by Nils Wallménius · 17 years ago
  5. 8676dc2 Missed a couple. Hopefully fix all warnings. by Michael Sevakis · 18 years ago
  6. 26d242a General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. by Michael Sevakis · 18 years ago
  7. b1f0049 Fix the undefined char symbols appearing in many output lines. This printf does neither support nor need \n. by Jens Arnold · 18 years ago
  8. c84461f More adsr related nonsense, argh! Fix adsr related problem on some notes being stopped instead of by Stepan Moskovchenko · 18 years ago
  9. b9b2bcd Fixed freezing after loader error messages. by Stepan Moskovchenko · 19 years ago
  10. 28b5afd Optimize synth code by pre-computing the volume scaling for each note. by Stepan Moskovchenko · 19 years ago
  11. 47efba8 Fix file descriptor leak that would cause a hard lockup every 7 files by Stepan Moskovchenko · 19 years ago
  12. b2f1b5d ---------------------------------------------------------------------- by Stepan Moskovchenko · 19 years ago
  13. 9ec1ff8 Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime. by Stepan Moskovchenko · 20 years ago
  14. 1f5fb99 Some shifting optimizations. Working code. 50% realtime. by Stepan Moskovchenko · 20 years ago
  15. 5811214 Code cleanup, fix warnings, error checking, add midi2wav to viewers.config by Stepan Moskovchenko · 20 years ago
  16. 215e492 Added MIDI synthesizer plugin by Stepan Moskovchenko · 20 years ago