Age | Commit message (Expand) | Author |
2008-12-12 | m200v4: rename Keys, so they match better other targets with similar key-layo... | Dominik Wenger |
2008-12-08 | Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:M | Maurus Cuelenaere |
2008-12-04 | Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config... | Björn Stenberg |
2008-11-28 | Sansa Clip: build plugins (FS#9578) | Rafaël Carré |
2008-11-25 | Added 'keywords' and 'eol-style' properties. | Björn Stenberg |
2008-11-24 | Rearrange the main synth loop a little and move some tests around for a ~5% s... | Nils Wallménius |
2008-11-22 | Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY() | Nils Wallménius |
2008-11-21 | Turns out that using likely in the loop condition gives a nice little speedup... | Nils Wallménius |
2008-11-20 | Introduce likely() and unlikely() macros, use to give gcc hints about which b... | Nils Wallménius |
2008-11-20 | Restore specific compiler flags for the midi plugin lost in r19146 | Nils Wallménius |
2008-11-20 | Don't objcopy simulator plugins. | Björn Stenberg |
2008-11-20 | New makefile solution: A single invocation of 'make' to build the entire tree... | Björn Stenberg |
2008-11-17 | Turn on more compiler optimizations on other targets than the coldfire based ... | Nils Wallménius |
2008-10-07 | IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet. | Vitja Makarov |
2008-08-23 | Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN | Maurus Cuelenaere |
2008-07-27 | Oops, revert unrelated changes | Nils Wallménius |
2008-07-27 | FS#9221 by Christopher Williams fixing a couple of bugs in keybox | Nils Wallménius |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-13 | Plugin parameters should be const. | Steve Bavin |
2008-05-02 | Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in... | Michael Sevakis |
2008-04-27 | FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller. | Rob Purchase |
2008-03-22 | D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue... | Rob Purchase |
2008-03-22 | Adapted most multi-source plugins to the iAudio M3 keypad and screen. Doom an... | Jens Arnold |
2008-03-01 | M:Robe 100: add button definition/bitmaps to plugins and enable compilation | Robert Kukla |
2008-01-13 | Midiplay: more consistent button mapping on c200 - use the volume buttons to ... | Marianne Arnold |
2008-01-10 | Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make... | Jonathan Gordon |
2008-01-04 | Stop wasting binary size + ram for several plugins. Plugins are supposed to b... | Jens Arnold |
2008-01-02 | Oops, fix red. | Stepan Moskovchenko |
2008-01-02 | MIDI player: print out track names, copyright info, song names, etc during lo... | Stepan Moskovchenko |
2008-01-02 | MIDI player: fix a very unlikely (but possible) file descriptor leak. | Stepan Moskovchenko |
2008-01-02 | MIDI player: Allow pause and seeking during pause. Print out the play/pause/s... | Stepan Moskovchenko |
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 | MIDI: Improve seeking (especially near the end of the file) by disabling play... | 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-25 | enable jpeg, mpegplayer and midiplay on the mr500 (only jpeg is actually usab... | Jonathan Gordon |
2007-10-23 | Fix vroken logic that _could_ lead to memory corruption though it was very un... | Nils Wallménius |
2007-10-21 | Increase temp buffer size to fit more samples, put in simple safeguard to avo... | Nils Wallménius |
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-08 | Change loop structure for sample synthesizing. Gives a nice speedup on both c... | Nils Wallménius |
2007-10-05 | Get rid of unnecessary memory acesses in a loop, gives slight speedup | Nils Wallménius |
2007-10-05 | A loop with one iteration is a little strange, also put it inside an #if bloc... | Nils Wallménius |
2007-10-05 | Make synthVoice return int instead of short, gives a nice speed up also add a... | Nils Wallménius |