python/lib/aubio/midiconv.py: note2midi improve error message
python/tests/test_specdesc.py: update to latest specdesc.c
src/spectral/fft.h: remove object from brief description
src/onset/onset.c: rename of to desc for clarity
src/io/sink_apple_audio.c: print an error if del_aubio_sink_apple_audio failed
src/fvec.c: fvec_copy: only get min if needed
src/io/source_apple_audio.h: remove _multi, not ready yet
doc/{full,web}.cfg: update project ids
doc/{full,web}.cfg: remove custom LAYOUT_FILE
Merge branch 'pitchyinfft' into develop
src/io/*.h: add documentation to source and sink
src/pitch/pitchyinfft.c: simplify, add some comment, update copyright
doc/{web,full}.cfg: update to doxygen 1.8.3.1 template, disable graphs, use mathjax
python/lib/gen_pyobject.py: fix shortname of methods with multiple _
src/pitch/pitchyinfft.c: optimize by avoiding polar coordinates, closes #7
src/pitch/pitchyinfft.c: simplify a bit, preparing for #7
src/io/source.h: start adding some documentation
src/io/source_apple_audio.c: simplify _do, downmixing
src/spectral/specdesc.c: add more noise to make sure log doesn't explode when fftnorm is very small and old fftnorm is null
examples/aubiopitch.c: fix pitch mode selection
examples/aubioonset.c: simplify
python/demos/demo_onset*: remove di, moved to C
src/onset/: remove wasonset, add getters and setters, improve doc
src/onset/onset.c: add get_last_onset
src/onset/onset.c: quick fix to get very first frame of file
src/spectral/phasevoc.c: indent
src/tempo/tempo.h: object not driver
python/demos/demo_tempo_plot.py: import first
python/tests/test_pitch.py: indent and generate more tests
src/pitch/pitch.c: clarify, use one void pointer for all algorithms
src/pitch: start adding confidence
src/pitch: start adding confidence
src/aubio.h: talk about unstable
tests/test_{midi2note,note2midi}.py: add header and encoding
lib/aubio/midiconv.py: add note2 midi
lib/aubio/midiconv.py: improve note2midi
lib/aubio/midiconv.py: add note2midi
src/pitch/pitchyin.c: fix typo
src/pitch/pitch.c: fix yinfft selection
tests/test_cvec.py: add missing header
lib/generator.py: move add_generated_objects and generated_types_ready to .c file
demos/demo_sink_create_woodblock.py: table lookup to improve synthesis
demos/demo_waveform_plot.py: improve
python/demos: add demo_pitch.py and demo_waveform_plot.py
demos/demo_onset.py: simplify imports
python/tests/test_fvec.py: clarify
python/tests/test_fft.py: update, indent
python/setup.py: move programs to scripts
python/demos/: update and add some demos
demos/demo_onset.py: add simple onset example, update demo_onset_plot.py
python/: move generator.py to lib, improve README, remove env_ files, update MANIFEST.in
doc/header.html: removed obsolete custom header
demos/demo_slicing.py: slice exactly at region boundary
python/setup.py: move package_dir to lib
python/: use Py_RETURN_NONE, fixing a memory bug triggered after opening many sinks
.gitignore: added python stuff
python/tests/test_sink.py: trigger sink bug
src/cvec.h: fix ifndef define
doc/: update doxygen configurations
tests/src/io/test-source_sndfile.c: include config.h
python/demos/demo_keyboard.py: remove gnuplot stuff
python/demos/demo_keyboard.py: indent
python/demos/demo_keyboard.py: moved to numpy
demos/demo_onset_file.py: indent, hide y-axis
demos/demo_spectrogram.py: add samplerate option to spectrogram
demos/demo_beats_and_tempo.py: skip plot if not beats
python/demos/demo_tss.py: improve default parameters
tests/src/io/test-sink_sndfile.c: include config, fix path
tests/src/test-mathutils.c: improve
tests/src/tempo/test-beattracking.c: fix output size
demos/demo_sink.py: indent
demos/demo_source.py: indent, add samplerate and hop_size options
tests/test_mathutils.py: can be TypeError or NotImplementedError
src/mathutils.c: freqtobin and bintofreq to not produce negative values
src/mathutils.c: freqtomidi and miditofreq to not produce infs and nans
tests/test_{source,sink}.py: add sink, improve source, use sounds in python/tests/sounds
tests/test_mathutils.py: improve
ext/aubiomodule.c: more ufuncs
tests/src/io/test-source.c: abort if new_aubio_source failed
demos/demo_sink.py: add samplerate and hop_size options
python/ext/aubio-types.h: USE_LOCAL_AUBIO
setup.py: improve, update MANIFEST.in
ext/aubio-types.h: use -DLOCAL_AUBIO to build against local aubio
tests/python/: removed old python tests
tests/src/io/test-source.c: default to source samplerate, add hop_size option, print number of frames read
tests/: array_from_file to look for file in tests/
ext/ufuncs.c: add first ufunc, unwrap2pi
tests/demo/plot_mfcc_filterbank.py: replaced by python/demos/demo_filterbank_slaney.py
python/: move source files to ext/
aubiomodule.c: simplify includes
aubiomodule.c: add unwrap2pi
python/aubiomodule.c: add midi/bin/freq conversion
tests/python/src/utils/scale.py: replace with python/tests/test_scale.py
python/tests/test_filterbank.py: added test against existing coeffs
tests/python/src/temporal/*.expected: moved to python/tests