summaryrefslogtreecommitdiffstats
path: root/apps/plugins/pitch_detector.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-4/+3
2011-12-08AS3525v1/v2:Michael Sevakis1-1/+1
2011-05-01Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-0/+4
2011-03-02RaaA: Fix write locations of pluginsThomas Jarosch1-1/+1
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima1-2/+2
2011-01-14pitch_detector: add the key transposition feature which makes the plugin bett...Alexander Levin1-4/+44
2011-01-11pitch_detector: bring the name of the settings file in line with the plugin nameAlexander Levin1-1/+1
2011-01-08Revert r29004 putting the original comment back (sorry to fml for this :)Mustapha Senhaji1-1/+1
2011-01-08pitch detector: Fix a typo in a comment.Mustapha Senhaji1-1/+1
2011-01-07pitch_detector: remove a double 'break'Alexander Levin1-2/+0
2011-01-07pitch_detector: the menu function already returns a bool, so use the return v...Alexander Levin1-1/+2
2010-11-21Use MEM_ALIGN_ATTR in pitch detector plugin.Andree Buschmann1-1/+1
2010-10-15Pitch detector: do not break profiling builds.Nils Wallménius1-2/+1
2010-09-14pitch_detector: don't use a struct with only one memberRafaël Carré1-65/+58
2010-09-07pitch_detector: build with -std=gnu99Rafaël Carré1-42/+44
2010-08-30Plugins: modify IRAM copying codeRafaël Carré1-5/+1
2010-08-28pitch_detector: use lcd_putsxyf(), not lcd_putsf()Rafaël Carré1-6/+6
2010-08-28pitch detector: remove more unused functions for sim buildsRafaël Carré1-1/+1
2010-08-28pitch detector: remove unused functions for sim buildsRafaël Carré1-3/+2
2010-08-28pitch_detector: cleanupRafaël Carré1-228/+166
2010-08-28pitch_detector: avoid a division by zero when changing 'lowest frequency' set...Rafaël Carré1-1/+5
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-06-26e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis1-2/+2
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis1-4/+3
2010-05-20S#10387 - Rework pluginlib actionsThomas Martitz1-6/+4
2010-05-14Give pitch_detector the IRAMming it deserves.Michael Sevakis1-12/+30
2010-05-14Cache align the pitch detector audiobuffer where needed. Some other misc. cha...Michael Sevakis1-1/+1
2010-05-14Fix some sim warnings.Michael Sevakis1-4/+9
2010-05-14pitch_detector: Use continuous recording, even if the algorithm is too slow f...Michael Sevakis1-76/+92
2010-05-13fix pitch_detector: recording will stop itself if the callback returns <0Rafaël Carré1-1/+0
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-1/+1
2010-03-29pitch_detector: fix builds on monochrome targets, remove an unused variableRafaël Carré1-7/+11
2009-12-05Fix division by 0 by clamping freq value a little higher, some minor style an...Nils Wallménius1-12/+11
2009-10-04Don't assume AUDIO_SRC_MIC always exists.Dave Chapman1-0/+5
2009-09-20Clarify the unit of note frequencyAlexander Levin1-1/+1
2009-09-20Pitch Detector: group note related data togetherAlexander Levin1-41/+28
2009-09-20Pitch Detector: use special functions for choosing bool valuesAlexander Levin1-23/+7
2009-09-20Pitch Detector: add the possibility to set the reference frequency of A (last...Alexander Levin1-19/+72
2009-09-12UI improvements for the pitch detector (ongoing work by David Johnston from F...Alexander Levin1-255/+312
2009-09-08New plugin: pitch detector (FS#8768) by Michael Lechner and David JohnstonAlexander Levin1-0/+1055