rockbox/apps/plugins
Stepan Moskovchenko b2f1b5dd18 ----------------------------------------------------------------------
Added Karl Kurbjun's sound output patch, cleaned up some output.
Main file is now midiplay.c, midi2wav is still in there for anyone who
wants it. Set sampling rate to 22k, and increased note decay time.
Reduced number of concurrent active voices and made new notes replace
used voices if none are available. This makes lag less apparent.
I really hope this wont go red. (turns around and runs)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9858 a1c6a512-1295-4272-9138-f99709370657
2006-05-01 23:22:59 +00:00
..
bitmaps Bubbles adapted to archos recorder & Ondio. Gfx work by Marianne Arnold. 2006-04-17 02:21:08 +00:00
chessbox Chessbox: Patch #5052 by Miguel A. Arevalo: opening book. * Simplified drawing of board borders, and fixed a graphical glitch only visible on targets where all 4 borders are visible (ipod mini). 2006-04-15 11:27:47 +00:00
databox More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
doom Better video update, add options to startup menu, change default screensize 2006-04-22 03:48:15 +00:00
lib SH1: Better placement of the C library routine references (gcc 3.4.x -Os and -O2 proof). 2006-04-20 19:48:02 +00:00
midi ---------------------------------------------------------------------- 2006-05-01 23:22:59 +00:00
pacbox Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.c 2006-04-08 09:08:38 +00:00
rockboy use #ifdef x instead of #if defined(x) 2006-04-09 15:00:30 +00:00
searchengine Fixed more pointer size vs. int size problems (64 bit sims) 2006-03-02 01:37:54 +00:00
sudoku Call rb->yield() during the random game generation. 2006-05-01 08:23:53 +00:00
alpine_cdc.c Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod. 2006-04-02 12:45:30 +00:00
battery_bench.c Fix bug #5037, spotted by David Rothenberger, also increase the max threads' count by 2 2006-04-05 08:33:20 +00:00
battery_test.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
bounce.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
brickmania.c Brickmania and Tetrox for iPod mini by Anton Romanov (FS #5094 & #5067) 2006-04-11 20:16:05 +00:00
bubbles.c Ipod mini: Correct placement of odd bubble rows. 2006-04-21 05:58:38 +00:00
calculator.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
calendar.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
chessbox.c Ooops, commit missing chessbox changes. Silly cvs... 2006-02-24 07:59:48 +00:00
chessclock.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
chip8.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
clock.c Add button mappings and support for iAudio X5, also simplified a bit of code. 2006-04-07 00:17:34 +00:00
credits.c Display logo for 3 seconds instead of 2 before rolling the credits - makes it easier to read the build date/time. 2006-03-21 05:45:37 +00:00
credits.pl Patch #1272052 by Henrik Backe - Move credits to a plugin 2005-09-02 05:39:09 +00:00
cube.c Finally - grayscale library support for the simulators. Currently SDL only, win32 and x11 won't link anymore due to missing simulator functions. 2006-02-26 13:37:42 +00:00
demystify.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
dice.c Fix dice on the player (sim at least, my player is acting up) 2006-03-12 18:46:05 +00:00
dict.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
elfdep.pl first shot at a perl script that generates the dependencies for the .elf files 2005-03-06 00:05:33 +00:00
euroconverter.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
favorites.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
fire.c use #ifdef x instead of #if defined(x) 2006-04-09 15:00:30 +00:00
firmware_flash.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
flipit.c Improved buttons for ipod 2006-03-18 19:11:18 +00:00
grayscale.c use #ifdef x instead of #if defined(x) 2006-04-09 15:00:30 +00:00
helloworld.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
iriverify.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
jackpot.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
jewels.c Jewels: simplify and standardize plugin exit 2006-04-23 16:01:34 +00:00
jpeg.c use #ifdef x instead of #if defined(x) 2006-04-09 15:00:30 +00:00
logo.c x5: use as default BUTTON_POWER to close a plugin 2006-03-27 17:34:23 +00:00
Makefile Add apps/plugins/SUBDIRS file for specifying when to build each of the multi-file plugins instead of specifying it directly in the Makefile 2006-04-01 13:32:16 +00:00
mandelbrot.c use #ifdef x instead of #if defined(x) 2006-04-09 15:00:30 +00:00
metronome.c Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod. 2006-04-02 12:45:30 +00:00
midi2wav.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
midiplay.c ---------------------------------------------------------------------- 2006-05-01 23:22:59 +00:00
minesweeper.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
mosaique.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
mp3_encoder.c MP3 encoder enhancements and optimisations by Antonius Hellman. Details 2006-04-04 19:08:54 +00:00
nim.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
oscilloscope.c Oscilloscope: Don't print speed messages at an irritanting position (i.e. wrapped) * Print speed messages in horizontal mode (as number only). 2006-03-12 13:44:51 +00:00
plasma.c x5: use as default BUTTON_POWER to close a plugin 2006-03-27 17:34:23 +00:00
plugin.lds moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boost 2006-04-11 10:37:37 +00:00
pong.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
rockblox.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
rockbox_flash.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
rockboy.c Made the overlay loader code part of the plugin library. 2006-02-23 20:46:33 +00:00
search.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
sliding_puzzle.c Improved buttons for ipod 2006-03-18 20:17:25 +00:00
snake.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
snake2.c Explicitly set the foreground colour instead of using the user's default foreground colour. Fixes bug report #5117 (which was applicable to all Colour targets) 2006-04-13 14:03:59 +00:00
snake2.levels Snake2: Changed the level file format, game B always starts from maze 1, plus some cosmetic changes 2004-07-16 08:22:32 +00:00
snow.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
sokoban.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
sokoban.levels this is the levels file for sokoban 2004-05-21 17:15:10 +00:00
solitaire.c Add cardback bitmap for colour LCDs smaller than 220x176. 2006-03-20 22:07:35 +00:00
sort.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
SOURCES ---------------------------------------------------------------------- 2006-05-01 23:22:59 +00:00
spacerocks.c Mikachu's color patch 2006-03-31 14:38:15 +00:00
splitedit.c Fix red builds. 2006-03-28 17:11:59 +00:00
star.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
starfield.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
stats.c Added remote support and music type counter to the stats plugin. Idea inspired by patch 4882 by Dominik Riebeling, used parts of his code 2006-04-02 20:47:42 +00:00
stopwatch.c More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
SUBDIRS Build Sudoku for the iPod Nano - just use the 160x128 bitmaps. 2006-04-16 20:38:15 +00:00
test_fps.c FPS test: Made output better fit smaller screens. * Added remote LCD FPS measurement. 2006-04-11 19:29:01 +00:00
text_editor.c Fix: don't ask for what file to save to if you 'Save Changes' with a file already opened. 2006-04-04 02:28:04 +00:00
vbrfix.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
video.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
viewer.c Oops, fix Ondio builds. 2006-05-01 06:01:17 +00:00
viewers.config ---------------------------------------------------------------------- 2006-05-01 23:22:59 +00:00
vu_meter.c WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV files with all common sample frequencies, both mono and stereo. Meant as a preview for later PCM playback integration, and for doing experiments with the MAS PCM codec. 2006-03-26 23:00:24 +00:00
wav2wv.c Eliminate references to "long" types for 64-bit compiles; return audio data 2006-03-26 22:54:15 +00:00
wavplay.c WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV files with all common sample frequencies, both mono and stereo. Meant as a preview for later PCM playback integration, and for doing experiments with the MAS PCM codec. 2006-03-26 23:00:24 +00:00
wormlet.c Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No sound, no buttons, and hangs at the boot screen. 2006-03-30 17:29:21 +00:00
xobox.c Small changes to Xobox to make it playable on grayscale targets with slow screen (h1xx) 2006-03-22 17:47:31 +00:00