diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-04-09 22:23:25 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-04-09 22:23:25 +0000 |
| commit | 09877aa4a8bd0fa2982397e4ca9a0c9a9f6113ab (patch) | |
| tree | 40b0a97ad2d4604e11c583e45281d63ca9a81777 /apps/plugins/SOURCES | |
| parent | d2a23eee50f8af1584896aab9a780a96270edcaf (diff) | |
| download | rockbox-09877aa4a8bd0fa2982397e4ca9a0c9a9f6113ab.zip rockbox-09877aa4a8bd0fa2982397e4ca9a0c9a9f6113ab.tar.gz rockbox-09877aa4a8bd0fa2982397e4ca9a0c9a9f6113ab.tar.bz2 rockbox-09877aa4a8bd0fa2982397e4ca9a0c9a9f6113ab.tar.xz | |
New plugin: wavview. Shows info about a wav file and allows you to look at the complete waveform, zoom and pan. Only tested in sims and on h3x0. First version so has room for improvements.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13087 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index b5ec302..6490b08 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -36,6 +36,7 @@ flipit.c #ifdef HAVE_LCD_BITMAP /* Not for the Player */ mazezam.c text_editor.c +wavview.c /* Plugins needing the grayscale lib on low-depth LCDs */ fire.c |