summaryrefslogtreecommitdiff
path: root/apps/plugins/midi (follow)
Commit message (Expand)AuthorAge
...
* MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it ...Stepan Moskovchenko2007-10-15
* Change loop structure for sample synthesizing. Gives a nice speedup on both c...Nils Wallménius2007-10-08
* Get rid of unnecessary memory acesses in a loop, gives slight speedupNils Wallménius2007-10-05
* A loop with one iteration is a little strange, also put it inside an #if bloc...Nils Wallménius2007-10-05
* Make synthVoice return int instead of short, gives a nice speed up also add a...Nils Wallménius2007-10-05
* Increase output buffer size to 32kB, results in less buffer missing in genera...Nils Wallménius2007-10-04
* Optimisation of the midi player, reducing the number of multiplications and m...Nils Wallménius2007-10-04
* Oops, forgot one fileNils Wallménius2007-10-04
* Remove wrapper for pressNote and make the function externally visibleNils Wallménius2007-10-04
* Put a struct in iram for a small speedup on coldfireNils Wallménius2007-10-03
* Add drum names, make cowbell a default instrument (no way to remap them from ...Stepan Moskovchenko2007-10-03
* Unroll a frequently executed loop a little for a small speedupNils Wallménius2007-09-30
* static/inline/iram raid gives nice speedupNils Wallménius2007-09-30
* Maybe 25 was too much with the new decay rates.Stepan Moskovchenko2007-09-30
* MIDI: Kick up number of voices and decrease the decay rate, taking Stepan Moskovchenko2007-09-30
* Fix bug that caused only half the output buffer to be used, gives a quite nic...Nils Wallménius2007-09-29
* MIDI: Fix off by one error with the guitar. Wow, I can't believe the off-keyn...Stepan Moskovchenko2007-09-29
* MIDI: Fix two year old loop bug that caused distortion on some instruments. I...Stepan Moskovchenko2007-09-29
* 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
* Some MIDI changes, and add a new musical plugin I'm working on... Not fully d...Stepan Moskovchenko2007-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
* vel/MROBE500Karl Kurbjun2007-09-22
* Clean up hard-coded pathsNils Wallménius2007-09-10
* Missed a couple. Hopefully fix all warnings.Michael Sevakis2007-04-21
* General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis2007-04-21
* Fix the undefined char symbols appearing in many output lines. This printf do...Jens Arnold2007-04-21
* Some quick and dirty MIDI player optimizations, now it works on the X5 and M5...Linus Nielsen Feltzing2007-04-11
* Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold2007-03-17
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* Fix a nasty little bug that would under the right conditions cause Stepan Moskovchenko2007-01-10
* More ADSR related voodoo. Hopefully will get to patch prescaler soon.Stepan Moskovchenko2006-10-03
* More adsr related nonsense, argh! Fix adsr related problem on some notes bein...Stepan Moskovchenko2006-10-03
* Get rid of old junk and fix warning.Stepan Moskovchenko2006-10-02
* I have an iRiver again, yay! Make notes ramp down in a better way. FixStepan Moskovchenko2006-10-02
* == -> =. this should fix a build warningAntoine Cellerier2006-08-10
* Fix typoAntoine Cellerier2006-07-20
* Fixed freezing after loader error messages.Stepan Moskovchenko2006-05-08
* Added ability to adjust the volume during playback.Stepan Moskovchenko2006-05-07
* 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
* Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman2005-10-06
* 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
* The synthVoice() function declaration was wrong (caused a warning). And becau...Tomas Salfischberger2005-06-14
* 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