test_*.py: use aubio module
py-cvec.c: improved documentation
gen_pyobject.py: simplify with proxy functions
test_*.py: switch to mono, add tests for cvec
py-cvec.c: remove obsolete proxy functions
py-filterbank.c: switch to proxy functions
gen_pyobject.py: updated to use proxy functions
setup.py: add aubioproxy.c, remove py-fvec.c and py-fmat.c
aubiomodule.c: swith to new proxy functions, remove py_fvec and py_fmat
py-filterbank.c: use new proxy function, switch to mono and fmat
py-filter.c: use new proxy function, switch to mono
py-phasevoc.c: use new proxy functions
py-fft.c: use new proxy functions
aubio/: cvec is still on the C side
aubio-types.h: kill fvec and fmat, update proxy functions
aubioproxy.c: added conversion functions from C to numpy
aubio/__init__.py: added python helper for fvec and cvec
tests/src/: no more arguments for peakpicker
Merge branch 'master' of git+ssh://aubio.org/git/aubio/aubio into mono
interfaces/python: added more tests
interfaces/python: start updating tests for mono
interfaces/python: towards mono (setup.py and py-phasevoc.c)
interfaces/python: towards mono
py-fvec.c, py-cvec.c: towards mono
src/onset/peakpicker.h: add void to empty prototype
src/vecutils.c: switch to mono
swig/aubio.i: switch to mono
src/aubio.h: switch to mono
src/mathutils.{c,h}: switch to mono
src/temporal: switch to mono
src/spectral: switch to mono
modified fvec and lvec to be mono, added fmat
wscript: add libs to examples for binutils-gold
examples/: include config.h
interfaces/python/gen_pyobject.py: fix aubio2types
configure.ac: add AUBIO_LIBS, now needs only -lm (closes: #553930)
configure.ac: do not check for fftw3.h, let pkg-config do that
aubiomodule.c: add generated objects
gen_pyobject.py: simplify using regex, add PyMethodDefs
generator.py: also spit out aubio-generated.h
py-fvec.c: add PyAubio_CFvecToArray
python/aubiowraphell.h: sprinkle some cpp magic
src/Makefile.am: rename peakpicker.h here too, thanks to Laurent Feron for noticing it
aubio-types.h: python module has it all
gen_pyobject.py: update, add smpl_t
generator.py: fully blown mode
doc/user.cfg: sync with aubio.h
src/: cleanup variable names in prototypes
generator.py: skip resampler
py-cvec.c: cvec.length to return the actual length
src/aubio.h: make filterbank public, should be stable enough now
swig/aubio.i: add peakpicker again, alias for char_t, include config.h for HAVE_SNDFILE
tests/src/test-phasevoc-jack.c: print warning if jack not built in, disable testing
wscript: factorise build of extra source files
src/: rename peakpick.h to peakpicker.h, make public again
wscript: add option to disable libsamplerate
src/temporal/resampler.h: add dummy functions in case samplerate is not built in
src/tempo: remove unused peek, use new aubio_peakpicker_get_thresholded_input
src/onset/peakpick.h: remove unused functions, fix aubio_peakpicker_get_thresholded_input
tests/src/test-resample.c: indent, no #ifdef here
src/spectral/specdesc.h: fix typo decrease -> slope
THANKS: remove reference to removed midi files
examples/Makefile.am: add PACKAGE define
src/aubio.h: do not include config.h, do not install it
AUTHORS: use standard list of name/email
interfaces/java: moved to java-aubio branch
wscript: remove java stuff
src/Makefile.am: add missing musicutils.h
interfaces/java: moved to java-aubio branch
wscript: update TODO, remove pd stuff
configure.ac, Makefile.am, plugins: move to pd-aubio
aubio.pc.in: fix include path
plugins/puredata/libtoolkludge: removed, not used anymore
src/onset/onset.c: add missing hop_size
src/onset/onset.{c,h}: minimum inter-onset-interval in millisecond
src/aubio.h: fix typo, improve code example
src/spectral/specdesc.h: add documentation about spectral shape descriptors
src/onset/peakpick.c: indent
src/spectral/filterbank.h: improve documentation
src/temporal: improve files titles
src/spectral/: added statistics.c, containing some cuidado spectral shape descriptors
src/spectral/filterbank.h: kill useless blank line
src/spectral/specdesc.h: improve documentation
src/spectral/specdesc.{c,h}: rename aubio_onsetdetection to aubio_specdesc
src/pitch/pitchschmitt.h: indent
src/pitch/pitchschmitt.c: indent