Merge branch 'master' into feature/cdocstrings
Merge branch 'master' into feature/earlynoteoff
[cmd] add --silence and --release-drop to notes subcommand
[doc] add -d/--release-drop to aubionotes manual
[notes] fails if release_drop <= 0
[tools] add release_drop option to aubionotes
Merge branch 'feature/note2freq'
[py] [test] expect a small rounding error when using double precision
[mathutils] increase ln(2) precision in freqtomidi/miditofreq
Merge branch 'feature/note2freq'
[py] add note2freq to __all__
[demo] fix bpm_extract arguments
[py] add note2freq to midiconv.py
[py] move midiconv.py import to file header
[py] midi2note rounds to nearest integer midi note
[py] [test] make sure freq2note rounds to nearest integer midi note
[py] wrap long lines in midiconv.py
Merge branch 'feature/wrapavcodec'
Merge branch 'feature/wrap_py_mod'
Merge branch 'fix/wavetable'
[doc] remove trailing blank line
[doc] update copyright year
Merge branch 'fix/slicing'
[py] [tests] start slice tests at 0
Merge branch 'fix/slaneyurl'
Merge branch 'fix/warn_old_avutil'
Merge branch 'fix/phasevoc'
Merge branch 'feature/azureci' into fix/warn_old_avutil
Merge branch 'fix/pyfilterbank'
[py] [cut] use source.samplerate
[py] [cut] add option --create-first
[py] [slicing] add check_first=True to tests
[py] [slicing] add option create_first, default to False
[py] [slicing] add end of last region if missing
[py] [slicing] add test for missing end of last region
[py] slicing.py: fix for slices smaller than hop_size
[py] add test with slices shorter than hop_size
[py] remove old slices from current list
[wavetable] stop sets playing to 0
[cmd] wrap long lines in test
[cmd] [py2] workaround for -V to really show version
[wavetable] remove undefined aubio_wavetable_load from header
[python] improve sink.close doc
[python] add docstrings for pvoc
[python] add docstrings for sink
[python] add docstrings for source
[pvoc] add missing aubio_pvoc_get_hop/win
[py] wrap long lines in aubiomodule.c
[doc] update Auditory Toolbox url
[python] fix error messages in filterbank
[python] improve docstrings for window
[python] improve docstrings for shift and ishift
[python] improve docstrings for db_spl, level_lin, level_detection, silence_detection
[python] add docstrings to alpha_norm and zero_crossing_rate
[python] add docstrings to bintofreq and freqtobin
[python] add docstrings to bintomidi and miditobin
[python] add docstrings to ufuncs
[io] emit a warning if avutil < 53
[io] wrap long lines in source avcodec
azure-pipelines.yml: also -Werror on mac and linux
Merge branch 'feature/azureci'
Merge branch 'fix/msvcwarnings'
Merge branch 'fix/msvcwarnings' into feature/azureci
azure-pipelines.yml: fail on msvc error
azure-pipelines.yml: also install gnupg
examples/parse_args.h: avoid unreachable code, add comment
examples/: avoid hiding global
azure-pipelines.yml: also install pkg-config
azure-pipelines.yml: install some brew packages
wscript: do not ship azure-pipelines.yml
azure-pipelines.yml: add macos image
azure-pipelines.yml: add windows image
azure-pipelines.yml: add basic config
Merge branch 'feature/circleci2'
wscript: update circle ci config location
python/tests/test_notes.py: test notes.set/get_release_drop
src/notes/notes.h: add get/set for release drop level (closes: #203)
src/notes/notes.c: emit note-off earlier (see #203)
.circleci/config.yml: always show and uninstall, run tests without sounds
.circleci/config.yml: pass -y to pip uninstall
.circleci/config.yml: add 3.7 config with no dependencies
.circleci/config.yml: remove simple macos config
.circleci/config.yml: add simple macos config
.circleci/config.yml: add py37
Merge branch 'feature/travispy37'
python/lib/gen_external.py: split long functions
.circleci/config.yml: fix typo
.circleci/config.yml: split images
.circleci/config.yml: update install rule name
.circleci/config.yml: force using local nose2
.circleci/config.yml: use pip --user
.circleci/config.yml: install pip requirements
.circleci/config.yml: add sudo to apt commands
.circleci/config.yml: fix typo
.circleci/config.yml: migrate to circleci2
.appveyor.yml: do force waf to use msvc 14 (tests/ wont compile on 10)