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
doc/aubioonset.txt: onset, not pitch
doc/aubio*.txt: improve -t documentation in aubiocut too
src/io/source_avcodec.c: fix for old libavcodec54
src/io/source_avcodec.c: includes first
src/io/source_avcodec.c: add backward compatibility for libavcodec55
.travis.yml: sudo required
.travis.yml: switch from precise to trusty
.travis.yml: add ffmpeg and improve noopt on osx
python/lib/gen_external.py: remove duplicate
.travis.yml: add dpkg-buildflags config
.travis.yml: use AUBIO_NOTESTS to build only lib on ios
wscript: verbose frameworks, default to no atlas check
.travis.yml: add target ios and disable accelerate configs
Makefile: add rules for documentation, simplify listing
.travis.yml: shuffle order, remove duplicate, add missing opening quote
doc/aubioonset.txt: improve threshold description (thanks to Peter Parker)
MANIFEST.in: removed python/ext/config.h
wscript: add 'manpages', 'sphinx', and 'doxygen' methods to build doc, improve sphinx build, exclude tarball
Makefile: use pip to install, add a brief intro
.travis.yml: remove unused ARCH, add ffmpeg on osx
Makefile: factorise pip options
python/lib/aubio/midiconv.py: improve unicode handling, skip UnicodeEncodeError on python 2.x
python/tests/test_{midi2note,note2midi}.py: use nose2.params, add unicode tests
python/lib/aubio/midiconv.py: add unicode double sharp and double flat
python/lib/moresetuptools.py: also check for HAVE_AUBIO_DOUBLE
Makefile: remove tar commands for now
python/lib/moresetuptools.py: look first for system library, then for local build, then local sources
Makefile: verbose, improve clean, build_ext only for --enable-double, less flags
src/wscript_build: honor --includedir
.travis.yml: use expandwaf in install
wscript: use DATAROOTDIR instead of PREFIX/share
Makefile: avoid offline operations
Makefile: check for waf before clean
.travis.yml: use new test targets
Makefile: rewrite, improve test targets
src/io/sink_{sndfile,wavwrite}.c: use AUBIO_MAX_CHANNELS, fix error message
Makefile, .travis.yml: merge test_python and test_python_osx rules
Makefile: improve test_python and test_pure_python
setup.py: remove status from version string
python/demos/demo_timestretch_online.py: use 512, fix block counter
python/tests/test_source.py: remove fragile brownnoise test, check duration on short files
src/io/source_avcodec.c: keep a reference to packet to remove it when closing file
src/io/source_avcodec.c: call avformat_free_context after avformat_close_input
src/io/source_avcodec.c: avoid function calls before declarations
src/io/source_avcodec.c: improve error messages
src/io/source_avcodec.c: avoid deprecation warnings with ffmpeg 3.2
src/io/source_avcodec.c: use aubio samples
src/io/source_avcodec.c: replace with new context before closing old one
src/aubio_priv.h: add AUBIO_INF to print to stdout with header
src/io/sink_apple_audio.c: avoid crash on empty file name
src/io/sink_sndfile.c: improve error message