rename aubio_pitchdetection to aubio_pitch
authorPaul Brossier <piem@piem.org>
Mon, 19 Oct 2009 08:51:59 +0000 (10:51 +0200)
committerPaul Brossier <piem@piem.org>
Mon, 19 Oct 2009 08:51:59 +0000 (10:51 +0200)
commitca1abdd5271f95cfc6949637f31d9347358b246e
tree1e614a304b1eea69c6df67c81b69e6518cd37526
parent9f07d52148a0c25c53eabc3521e29464013107b4
rename aubio_pitchdetection to aubio_pitch
12 files changed:
plugins/puredata/aubiopitch~.c
python/aubio/aubioclass.py
python/aubio/task/notes.py
python/aubio/task/pitch.py
src/Makefile.am
src/aubio.h
src/pitch/pitch.c [moved from src/pitch/pitchdetection.c with 68% similarity]
src/pitch/pitch.h [moved from src/pitch/pitchdetection.h with 80% similarity]
swig/aubio.i
tests/python/src/pitch/pitchdetection.py
tests/src/Makefile.am
tests/src/test-pitchdetection.c