summaryrefslogtreecommitdiffstats
path: root/apps/plugins/midi/midiutil.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-05Midiplay plugin ehancementsSolomon Peachy1-17/+21
2012-02-18midi plugin: make local functions static where possibleBertrik Sikken1-1/+1
2011-09-06midi: make the patch sample data pointer a *int16_t to get rid of some ugly c...Nils Wallménius1-2/+2
2011-05-08Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-2/+1
2010-12-13Make the midiplugin's out of memory error more obvious to people who don't kn...Michael Giacomelli1-2/+1
2010-07-25Rename printf to prevent naming conflict. Also change comment to conform with...Michael Chicoine1-9/+9
2010-05-07Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing...Frank Gevaerts1-3/+3
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-5/+0
2009-01-16loader-initialized global plugin API:Andrew Mahone1-2/+0
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-01-02MIDI player: Allow pause and seeking during pause. Print out the play/pause/s...Stepan Moskovchenko1-19/+26
2007-10-21MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch ben...Stepan Moskovchenko1-1/+2
2007-10-17MIDI: Optimize the new pitch bending code for a small speedup.Stepan Moskovchenko1-1/+4
2007-10-15MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it ...Stepan Moskovchenko1-0/+1
2007-10-04Optimisation of the midi player, reducing the number of multiplications and m...Nils Wallménius1-2/+1
2007-09-24Move all of midiplay into its subdir and add a Makefile for it, add header fi...Nils Wallménius1-114/+4
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-2/+2
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-2/+2
2007-04-21Fix the undefined char symbols appearing in many output lines. This printf do...Jens Arnold1-7/+7
2006-10-03More adsr related nonsense, argh! Fix adsr related problem on some notes bein...Stepan Moskovchenko1-1/+1
2006-05-08Fixed freezing after loader error messages.Stepan Moskovchenko1-0/+2
2006-05-03Optimize synth code by pre-computing the volume scaling for each note.Stepan Moskovchenko1-0/+1
2006-05-03Fix file descriptor leak that would cause a hard lockup every 7 filesStepan Moskovchenko1-1/+11
2006-05-01----------------------------------------------------------------------Stepan Moskovchenko1-13/+35
2005-04-20Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime.Stepan Moskovchenko1-117/+105
2005-04-19Some shifting optimizations. Working code. 50% realtime.Stepan Moskovchenko1-76/+56
2005-04-15Code cleanup, fix warnings, error checking, add midi2wav to viewers.configStepan Moskovchenko1-19/+23
2005-04-15Added MIDI synthesizer pluginStepan Moskovchenko1-0/+262