summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/synth.h
AgeCommit message (Expand)Author
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2007-11-03Fix warnings.Stéphane Doyon
2007-11-03MIDI: Allow seeking forward and backward using the left/right keys. Currently...Stepan Moskovchenko
2007-10-08Change loop structure for sample synthesizing. Gives a nice speedup on both c...Nils Wallménius
2007-10-05A loop with one iteration is a little strange, also put it inside an #if bloc...Nils Wallménius
2007-10-05Make synthVoice return int instead of short, gives a nice speed up also add a...Nils Wallménius
2007-10-04Optimisation of the midi player, reducing the number of multiplications and m...Nils Wallménius
2007-09-30Unroll a frequently executed loop a little for a small speedupNils Wallménius
2007-09-30static/inline/iram raid gives nice speedupNils Wallménius
2007-09-27Do not duplicate const table, make getEvent function static inline, gives abo...Nils Wallménius
2007-09-24Move all of midiplay into its subdir and add a Makefile for it, add header fi...Nils Wallménius