index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
pitch_detector.c
Age
Commit message (
Expand
)
Author
2012-03-03
Revise the PCM callback system after adding multichannel audio.
Michael Sevakis
2011-12-08
AS3525v1/v2:
Michael Sevakis
2011-05-01
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2011-03-02
RaaA: Fix write locations of plugins
Thomas Jarosch
2011-01-24
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...
Teruaki Kawashima
2011-01-14
pitch_detector: add the key transposition feature which makes the plugin bett...
Alexander Levin
2011-01-11
pitch_detector: bring the name of the settings file in line with the plugin name
Alexander Levin
2011-01-08
Revert r29004 putting the original comment back (sorry to fml for this :)
Mustapha Senhaji
2011-01-08
pitch detector: Fix a typo in a comment.
Mustapha Senhaji
2011-01-07
pitch_detector: remove a double 'break'
Alexander Levin
2011-01-07
pitch_detector: the menu function already returns a bool, so use the return v...
Alexander Levin
2010-11-21
Use MEM_ALIGN_ATTR in pitch detector plugin.
Andree Buschmann
2010-10-15
Pitch detector: do not break profiling builds.
Nils Wallménius
2010-09-14
pitch_detector: don't use a struct with only one member
Rafaël Carré
2010-09-07
pitch_detector: build with -std=gnu99
Rafaël Carré
2010-08-30
Plugins: modify IRAM copying code
Rafaël Carré
2010-08-28
pitch_detector: use lcd_putsxyf(), not lcd_putsf()
Rafaël Carré
2010-08-28
pitch detector: remove more unused functions for sim builds
Rafaël Carré
2010-08-28
pitch detector: remove unused functions for sim builds
Rafaël Carré
2010-08-28
pitch_detector: cleanup
Rafaël Carré
2010-08-28
pitch_detector: avoid a division by zero when changing 'lowest frequency' set...
Rafaël Carré
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-06-26
e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...
Michael Sevakis
2010-05-24
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
2010-05-20
S#10387 - Rework pluginlib actions
Thomas Martitz
2010-05-14
Give pitch_detector the IRAMming it deserves.
Michael Sevakis
2010-05-14
Cache align the pitch detector audiobuffer where needed. Some other misc. cha...
Michael Sevakis
2010-05-14
Fix some sim warnings.
Michael Sevakis
2010-05-14
pitch_detector: Use continuous recording, even if the algorithm is too slow f...
Michael Sevakis
2010-05-13
fix pitch_detector: recording will stop itself if the callback returns <0
Rafaël Carré
2010-05-06
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
2010-03-29
pitch_detector: fix builds on monochrome targets, remove an unused variable
Rafaël Carré
2009-12-05
Fix division by 0 by clamping freq value a little higher, some minor style an...
Nils Wallménius
2009-10-04
Don't assume AUDIO_SRC_MIC always exists.
Dave Chapman
2009-09-20
Clarify the unit of note frequency
Alexander Levin
2009-09-20
Pitch Detector: group note related data together
Alexander Levin
2009-09-20
Pitch Detector: use special functions for choosing bool values
Alexander Levin
2009-09-20
Pitch Detector: add the possibility to set the reference frequency of A (last...
Alexander Levin
2009-09-12
UI improvements for the pitch detector (ongoing work by David Johnston from F...
Alexander Levin
2009-09-08
New plugin: pitch detector (FS#8768) by Michael Lechner and David Johnston
Alexander Levin