summaryrefslogtreecommitdiffstats
path: root/apps/plugins/midi
AgeCommit message (Expand)AuthorFilesLines
2007-01-10Fix a nasty little bug that would under the right conditions cause Stepan Moskovchenko1-1/+1
2006-10-03More ADSR related voodoo. Hopefully will get to patch prescaler soon.Stepan Moskovchenko1-16/+14
2006-10-03More adsr related nonsense, argh! Fix adsr related problem on some notes bein...Stepan Moskovchenko3-18/+40
2006-10-02Get rid of old junk and fix warning.Stepan Moskovchenko1-9/+0
2006-10-02I have an iRiver again, yay! Make notes ramp down in a better way. FixStepan Moskovchenko1-16/+39
2006-08-10== -> =. this should fix a build warningAntoine Cellerier1-1/+1
2006-07-20Fix typoAntoine Cellerier1-1/+1
2006-05-08Fixed freezing after loader error messages.Stepan Moskovchenko2-13/+34
2006-05-07Added ability to adjust the volume during playback.Stepan Moskovchenko2-10/+9
2006-05-03Optimize synth code by pre-computing the volume scaling for each note.Stepan Moskovchenko3-26/+34
2006-05-03Fix file descriptor leak that would cause a hard lockup every 7 filesStepan Moskovchenko4-14/+43
2006-05-01----------------------------------------------------------------------Stepan Moskovchenko5-113/+181
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman1-4/+3
2005-08-07Uncomment one line, which makes bad 80s music sound a bit better.Stepan Moskovchenko1-1/+1
2005-08-07Fix error/warning, change pitch bend to 9 bitsStepan Moskovchenko2-12/+16
2005-06-14The synthVoice() function declaration was wrong (caused a warning). And becau...Tomas Salfischberger1-2/+2
2005-04-20Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime.Stepan Moskovchenko6-1126/+1064
2005-04-19Some shifting optimizations. Working code. 50% realtime.Stepan Moskovchenko5-177/+197
2005-04-16Added xxx2wav support, an icon, and some optimizationsStepan Moskovchenko2-14/+20
2005-04-15fix compiler errorDaniel Stenberg1-1/+1
2005-04-15Code cleanup, fix warnings, error checking, add midi2wav to viewers.configStepan Moskovchenko6-35/+64
2005-04-15Added MIDI synthesizer pluginStepan Moskovchenko6-0/+1540