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