summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/midiutil.h (follow)
Commit message (Expand)AuthorAge
* 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