Age | Commit message (Expand) | Author |
2017-01-06 | midi: Recalculate (and rename) the note frequency table. | Frank Gevaerts |
2012-02-18 | midi plugin: make local functions static where possible | Bertrik Sikken |
2010-09-07 | plugins (doom, midi, rockboy): don't use non-static inline | Rafaël Carré |
2010-07-25 | Replace remaining printf in midi plugin (fix yellow/red) | Michael Chicoine |
2009-03-28 | midi: yield more, fixes flickering backlight fade on some targets while playi... | Nils Wallménius |
2009-01-16 | loader-initialized global plugin API: | Andrew Mahone |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2007-11-17 | MIDI: Increase percision of synthesizer by a factor of 4 - makes certain part... | Stepan Moskovchenko |
2007-11-15 | Revert some changes that broke looping in midiplayer | Nils Wallménius |
2007-11-11 | Rearrange logic in the synthVoice loop to do less tests and remove need of a ... | Nils Wallménius |
2007-11-05 | MIDI: Make seeking neater by moving it into another file. Will be more useful... | Stepan Moskovchenko |
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-21 | MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch ben... | Stepan Moskovchenko |
2007-10-18 | Clean out an unused struct member from the synthObject struct | Nils Wallménius |
2007-10-17 | MIDI: Scale each instrument by a calibration value, since not all patches are... | Stepan Moskovchenko |
2007-10-17 | MIDI: Optimize the new pitch bending code for a small speedup. | Stepan Moskovchenko |
2007-10-15 | MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it ... | Stepan Moskovchenko |
2007-10-04 | Optimisation of the midi player, reducing the number of multiplications and m... | Nils Wallménius |
2007-10-04 | Remove wrapper for pressNote and make the function externally visible | Nils Wallménius |
2007-10-03 | Add drum names, make cowbell a default instrument (no way to remap them from ... | Stepan Moskovchenko |
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-27 | Simplify the sendEvent function, makes it _slightly_ faster and quite a bit s... | Nils Wallménius |
2007-09-24 | Use uint32_t type for the pitch table | Nils Wallménius |
2007-09-24 | Fix midi playback on 64 bit sims and const a table | 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 |
2007-04-21 | Fix the undefined char symbols appearing in many output lines. This printf do... | Jens Arnold |
2007-01-10 | Fix a nasty little bug that would under the right conditions cause | Stepan Moskovchenko |
2006-10-03 | More adsr related nonsense, argh! Fix adsr related problem on some notes bein... | Stepan Moskovchenko |
2006-05-03 | Optimize synth code by pre-computing the volume scaling for each note. | Stepan Moskovchenko |
2006-05-03 | Fix file descriptor leak that would cause a hard lockup every 7 files | Stepan Moskovchenko |
2006-05-01 | ---------------------------------------------------------------------- | Stepan Moskovchenko |
2005-08-07 | Uncomment one line, which makes bad 80s music sound a bit better. | Stepan Moskovchenko |
2005-08-07 | Fix error/warning, change pitch bend to 9 bits | Stepan Moskovchenko |
2005-04-20 | Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime. | Stepan Moskovchenko |
2005-04-19 | Some shifting optimizations. Working code. 50% realtime. | Stepan Moskovchenko |
2005-04-15 | Code cleanup, fix warnings, error checking, add midi2wav to viewers.config | Stepan Moskovchenko |
2005-04-15 | Added MIDI synthesizer plugin | Stepan Moskovchenko |