summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/synth.h (follow)
Commit message (Expand)AuthorAge
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Fix warnings.Stéphane Doyon2007-11-03
* MIDI: Allow seeking forward and backward using the left/right keys. Currently...Stepan Moskovchenko2007-11-03
* Change loop structure for sample synthesizing. Gives a nice speedup on both c...Nils Wallménius2007-10-08
* A loop with one iteration is a little strange, also put it inside an #if bloc...Nils Wallménius2007-10-05
* Make synthVoice return int instead of short, gives a nice speed up also add a...Nils Wallménius2007-10-05
* Optimisation of the midi player, reducing the number of multiplications and m...Nils Wallménius2007-10-04
* Unroll a frequently executed loop a little for a small speedupNils Wallménius2007-09-30
* static/inline/iram raid gives nice speedupNils Wallménius2007-09-30
* Do not duplicate const table, make getEvent function static inline, gives abo...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