summaryrefslogtreecommitdiffstats
path: root/apps/plugins/wavrecord.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-20FS#7704 - Talk support for pluginsSolomon Peachy1-11/+11
2014-12-21wavrecord plugin: Add harmless sanity checkThomas Jarosch1-1/+1
2011-01-30Fix r29171 red. Forgot to replace a few.Michael Sevakis1-3/+3
2010-08-28fix r27926 : lcd_puts() not changed to lcd_putsf()Rafaël Carré1-1/+1
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-8/+10
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts1-3/+4
2010-05-06Fix last two yellowsFrank Gevaerts1-1/+1
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-02-07Remove more tabsAndree Buschmann1-3062/+3062
2009-07-11Fix plugins for the changed pitch scale from r21781Jens Arnold1-1/+1
2009-01-17unify pointers to value for configfile, and add TYPE_BOOL type, used byAndrew Mahone1-3/+6
2009-01-16loader-initialized global plugin API:Andrew Mahone1-7/+1
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-1/+1
2008-10-31cleanup storage definesFrank Gevaerts1-3/+3
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-1/+1
2008-08-11Make wavrecord use the same recording directory as the core.Jens Arnold1-17/+9
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-2/+2
2007-05-28Wavrecord: Let the menu start at the most convenient item.Jens Arnold1-2/+2
2007-05-20wavrecord needs its own source count. Source defines also collided with some ...Michael Sevakis1-16/+21
2007-05-20Fix the wavrecord errorsMichael Sevakis1-25/+18
2007-05-20Update some comments in menu.h to be hopefully more helpful.Jonathan Gordon1-3/+2
2007-05-19WAV recording plugin: Fix distortion when feeding a full-range digital signal...Jens Arnold1-4/+10
2007-05-19Archos Recorders, Ondio FM: WAV recording plugin. This is considered a techni...Jens Arnold1-0/+3814