summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/sequencer.c (follow)
Commit message (Expand)AuthorAge
* midi: Recalculate (and rename) the note frequency table.Frank Gevaerts2017-01-06
* midi plugin: make local functions static where possibleBertrik Sikken2012-02-18
* plugins (doom, midi, rockboy): don't use non-static inlineRafaël Carré2010-09-07
* Replace remaining printf in midi plugin (fix yellow/red)Michael Chicoine2010-07-25
* midi: yield more, fixes flickering backlight fade on some targets while playi...Nils Wallménius2009-03-28
* loader-initialized global plugin API:Andrew Mahone2009-01-16
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* MIDI: Increase percision of synthesizer by a factor of 4 - makes certain part...Stepan Moskovchenko2007-11-17
* Revert some changes that broke looping in midiplayerNils Wallménius2007-11-15
* Rearrange logic in the synthVoice loop to do less tests and remove need of a ...Nils Wallménius2007-11-11
* MIDI: Make seeking neater by moving it into another file. Will be more useful...Stepan Moskovchenko2007-11-05
* Fix warnings.Stéphane Doyon2007-11-03
* MIDI: Allow seeking forward and backward using the left/right keys. Currently...Stepan Moskovchenko2007-11-03
* MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch ben...Stepan Moskovchenko2007-10-21
* Clean out an unused struct member from the synthObject structNils Wallménius2007-10-18
* MIDI: Scale each instrument by a calibration value, since not all patches are...Stepan Moskovchenko2007-10-17
* MIDI: Optimize the new pitch bending code for a small speedup.Stepan Moskovchenko2007-10-17
* MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it ...Stepan Moskovchenko2007-10-15
* Optimisation of the midi player, reducing the number of multiplications and m...Nils Wallménius2007-10-04
* Remove wrapper for pressNote and make the function externally visibleNils Wallménius2007-10-04
* Add drum names, make cowbell a default instrument (no way to remap them from ...Stepan Moskovchenko2007-10-03
* 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
* Simplify the sendEvent function, makes it _slightly_ faster and quite a bit s...Nils Wallménius2007-09-27
* Use uint32_t type for the pitch tableNils Wallménius2007-09-24
* Fix midi playback on 64 bit sims and const a tableNils Wallménius2007-09-24
* Move all of midiplay into its subdir and add a Makefile for it, add header fi...Nils Wallménius2007-09-24
* Fix the undefined char symbols appearing in many output lines. This printf do...Jens Arnold2007-04-21
* Fix a nasty little bug that would under the right conditions cause Stepan Moskovchenko2007-01-10
* More adsr related nonsense, argh! Fix adsr related problem on some notes bein...Stepan Moskovchenko2006-10-03
* Optimize synth code by pre-computing the volume scaling for each note.Stepan Moskovchenko2006-05-03
* Fix file descriptor leak that would cause a hard lockup every 7 filesStepan Moskovchenko2006-05-03
* ----------------------------------------------------------------------Stepan Moskovchenko2006-05-01
* Uncomment one line, which makes bad 80s music sound a bit better.Stepan Moskovchenko2005-08-07
* Fix error/warning, change pitch bend to 9 bitsStepan Moskovchenko2005-08-07
* Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime.Stepan Moskovchenko2005-04-20
* Some shifting optimizations. Working code. 50% realtime.Stepan Moskovchenko2005-04-19
* Code cleanup, fix warnings, error checking, add midi2wav to viewers.configStepan Moskovchenko2005-04-15
* Added MIDI synthesizer pluginStepan Moskovchenko2005-04-15