python/lib/moresetuptools.py: add comments, improve syntax
python/lib/moresetuptools.py: use system aubio only when version matches exactly (closes: #84)
python/lib/moresetuptools.py: add get_aubio_version and get_aubio_pyversion
examples/utils.c: allocate note event once
examples/parse_args.h: really use atoi, cast to smpl_t, see #83
Merge branch 'miditap', thanks to Tres Seaver for his contributions
src/pitch/pitch.c: return NULL if creation failed
src/pitch/pitchyinfft.c: return NULL if fft creation failed
src/pitch/pitchspecacf.c: return NULL if fft creation failed
src/pitch/pitchfcomb.c: return NULL if fft creation failed
doc/aubio{track,onset}.txt: update --miditap-note to -N
examples/parse_args.h: use -N for --miditap-note
examples/parse_args.h: use atof for miditap note and velo
examples/parse_args.h: miditap only for aubiotrack and aubioonset
aubiotrack also sends MIDI tap.
aubioonset: user-set MIDI tap note / velocity values.
doc/statuslinks.rst: bump last release to 0.4.4
doc/index.rst: include status links for development documentation
src/temporal/biquad.c: fix initialization (closes #82)
VERSION: bump to 0.4.5~alpha
python/tests/test_notes.py: use relative import
doc/index.rst: remove status links for release
ChangeLog: update for 0.4.4
scripts/build_android: add an example script to build aubio on android, add reference to it in doc/android.rst
doc/conf.py: remove static and sphinx links
doc/conf.py: use pyramid theme
tests/src/utils/test-log.c: improve messages
tests/src/utils/test-log.c: add AUBIO_INF
src/aubio.h: use https, format examples as list
wscript: add a target to doxygen rule
doc/python_module.rst: add print(aubio.version)
setup.py: remove extra quotes
python/ext/aubiomodule.c: more hack to avoid msvc issues
src/utils/log.c: also print warnings to stderr
src/aubio_priv.h: use AUBIO_LOG_INF, fix old c style
wscript: add version to sphinx and manpages
wscript: prepend defaults to honor user cflags
wscript: avoid overwritting CFLAGS' -O in release mode
.travis.yml: add gitter webhook
wscript: improve --build-type description, use -O0 in debug mode
wscript: remove trailing spaces
Merge branch 'yin-optimizations' of https://github.com/emuell/aubio
Merge branch 'waf-build-tweaks' of https://github.com/emuell/aubio
README.md: update copyright dates
python/demos/demo_pyaudio.py: add some comments, avoid overwriting aubio.pitch
python/demos/demo_pyaudio.py: added simple demo for pyaudio, see #6, closes #78, thanks to @jhoelzl and @notalentgeek
doc/aubionotes.txt: document -M option (see #18)
python/tests/test_notes.py: test results are correct for 44100Hz_44100f_sine441.wav
added debug/release build type configuations
help compiler to optimize aubio_pitchyin_do
src/notes/notes.c: fix get_minioi_ms
python/tests/test_notes.py: add basic tests
python/ext/aubiomodule.c: fix version string on windows
tests/src/spectral/test-phasevoc.c: fix typos
python/demos/demo_notes.py: add simple notes demos
python/ext/aubiomodule.c: add aubio._aubio.__version__, import as aubio.version
python/ext/aubio-types.h: use <> for non local aubio
setup.py: define AUBIO_VERSION
examples/aubionotes.c: use new notes, set minioi, send last note off when needed
src/notes/notes.c: use midi note to store pitch candidate, round to nearest note, add a variable to define precision
src/notes/notes.h: add aubio_notes_{get,set}_minioi_ms
src/io/source_avcodec.c: make sure s->path is set to null
Makefile: fix chmod for osx
src/notes/notes.c: fix unset silence_threshold
python/lib/gen_external.py: sort generated files
Makefile: chmod go-w waflib, clean cleaner
MANIFEST.in: exclude full.cfg, include waflib
wscript: remove full.cfg from tarball
doc/conf.py: remove hardcoded path
src/io/ioutils.h: add basic documentation
doc/web.cfg: exclude ioutils from doc
src/notes/notes.h: add doxygen header
src/io/source.c: add error message when aubio was compiled with no source
wscript: also exclude waf files with python3
doc/requirements.rst: add a note about --notests (closes #77)
wscript: define HAVE_CONFIG_H here
src/aubio_priv.h: move include config.h here
python/lib/moresetuptools.py: mo nore fake config.h here
examples/aubioonset.c: use seconds for minioi
doc/requirements.rst: improve description of options
doc/index.rst: more shuffling
Makefile: bump waf to 1.9.6
doc/index.rst: move toc at the end, use https, improve syntax
doc/cli_features.rst: add a note
doc/cli_features.rst: add matrix of command line features
wscript: build sphinx in doc/_build, add a note on install trick
.travis.yml: add xcode8.2, mimick build_apple_frameworks options
Makefile: quieten uninstall_python if already uninstalled
.travis.yml: move xcode8 to osx only, add iosimulator
.travis.yml: bump to xcode8
doc/aubioonset.txt: add documentation for -M, --minioi
examples/aubionotes.c: add warning for missing options
examples/aubioonset.c: add minioi option, in millisecond
examples/: only send a last note off when using jack
Makefile: really silent files