1. 47d8323 MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch bend events. by Stepan Moskovchenko · 17 years ago
  2. ab5a38d Clean out an unused struct member from the synthObject struct by Nils Wallménius · 17 years ago
  3. d33645b MIDI: Optimize the new pitch bending code for a small speedup. by Stepan Moskovchenko · 17 years ago
  4. 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
  5. ca46a3d Increase output buffer size to 32kB, results in less buffer missing in general and avoids buffer misses when lcd remote is plugged in while playing and ticking reduction is enabled. Increase max voices used on coldfire targets to 24 and reduce voices used on pp targets to 16. Put one more struct in iram for a slight speedup on coldfire. Fix comments in midiutil.h by Nils Wallménius · 17 years ago
  6. 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
  7. 6386dbe static/inline/iram raid gives nice speedup by Nils Wallménius · 17 years ago
  8. 1ed54f4 Maybe 25 was too much with the new decay rates. by Stepan Moskovchenko · 17 years ago
  9. 414724e MIDI: Kick up number of voices and decrease the decay rate, taking by Stepan Moskovchenko · 17 years ago
  10. 6888db3 Do not duplicate const table, make getEvent function static inline, gives about a ~1.5% speedup, put tick function in iram, ~3.5% speedup by Nils Wallménius · 17 years ago
  11. 93787dd Simplify the sendEvent function, makes it _slightly_ faster and quite a bit smaller, build midiplay with -O2 for coldfire, gives about a 23% speedup by Nils Wallménius · 17 years ago
  12. 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