summaryrefslogtreecommitdiff
path: root/apps/plugins/midi (follow)
Commit message (Expand)AuthorAge
* D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...Rob Purchase2008-03-22
* Adapted most multi-source plugins to the iAudio M3 keypad and screen. Doom an...Jens Arnold2008-03-22
* M:Robe 100: add button definition/bitmaps to plugins and enable compilationRobert Kukla2008-03-01
* Midiplay: more consistent button mapping on c200 - use the volume buttons to ...Marianne Arnold2008-01-13
* Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon2008-01-10
* Stop wasting binary size + ram for several plugins. Plugins are supposed to b...Jens Arnold2008-01-04
* Oops, fix red.Stepan Moskovchenko2008-01-02
* MIDI player: print out track names, copyright info, song names, etc during lo...Stepan Moskovchenko2008-01-02
* MIDI player: fix a very unlikely (but possible) file descriptor leak.Stepan Moskovchenko2008-01-02
* MIDI player: Allow pause and seeking during pause. Print out the play/pause/s...Stepan Moskovchenko2008-01-02
* 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
* MIDI: Improve seeking (especially near the end of the file) by disabling play...Stepan Moskovchenko2007-11-03
* Fix warnings.Stéphane Doyon2007-11-03
* MIDI: Allow seeking forward and backward using the left/right keys. Currently...Stepan Moskovchenko2007-11-03
* enable jpeg, mpegplayer and midiplay on the mr500 (only jpeg is actually usab...Jonathan Gordon2007-10-25
* Fix vroken logic that _could_ lead to memory corruption though it was very un...Nils Wallménius2007-10-23
* Increase temp buffer size to fit more samples, put in simple safeguard to avo...Nils Wallménius2007-10-21
* 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
* 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