python/lib/gen_external.py: enable tss
python/lib/gen_code.py: add support for multiple _do outputs
./python/demos/demo_timestretch{,_online}.py: fix usage string
VERSION: bump to 0.4.4~alpha
Makefile: also get libaubio.5.dylib
VERSION: bump current and age, set revision to 0
ChangeLog: update for 0.4.3
wscript: also exclude .landscape.yml
python/README.md: update (closes #2)
README.md: link to python/README.md
Makefile: use scripts/get_waf.sh
examples/utils.c: change send_noteon to accept floating point midi note number
examples/aubiotrack.c: fix is_beat / is_silence types
examples/: also emit midi note from aubioonset, thanks to topas-rec (closes #62)
Merge branch 'topas-rec-aubiotrack_midi_output'
Merge branch 'aubiotrack_midi_output' of https://github.com/topas-rec/aubio into topas-rec-aubiotrack_midi_output
scripts/get_waf.sh: added simple script to fetch latest waf
appveyor.yml: upgrade to waf 1.8.22
Makefile: back to 1.8.22 for now
{examples,tests}/wscrtip_build: update build target name
Makefile: update waf to 1.9.1
Makefile: use wget or curl
doc/: update to doxyfile 1.8.8
src/{fmat,tempo/tempo}.h: fix doxygen comment
Fixed #62 midi output missing in aubiotrack.
python/tests/test_specdesc.py: use correct input size (see #63)
python/tests/test_mfcc.py: test for wrong input size (see #63)
python/lib/gen_code.py: add input size checks (see #63)
Merge branch 'sxalexander-python-readme-typo'
scripts/setenv_local.sh: update to new python-aubio build location
Update Readme Typo
src/musicutils.h: aubio_level_detection input is a constant
python/lib/gen_code.py: add output size for notes
src/notes/notes.h: clean up prototypes for python generator
examples/aubionotes.c: use note aubio_notes object
src/notes/notes.c: complete implementation, now equivalent to examples/aubionotes.c
Merge branch 'master' into notes
src/io/source_avcodec.c: check if the uri is a network stream using av_url_split, call avformat_network_init() if needed
python/demos/demo_timestretch.py: add timescale algorithm (online version)
python/demos/demo_timestretch.py: add timescale algorithm
python/VERSION: remove, use same VERSION file for libaubio and python-aubio
python/lib/moresetuptools.py: fix typo
python/lib/moresetuptools.py: add apple audio sind and source
.travis.yml: always set PATH on osx
Makefile: user install on osx
.travis.yml: test pure python build
Makefile: added rules to build python-aubio without libaubio
python/lib/gen_external.py: improve compiler detection, fixes build on windows (#55)
appveyor.yml: update, add environments, build and test python (see #55, #2)
python/tests/utils.py: try reopening the file is deleting it fails on windows
src/onset/onset.c: fix for "conversion from 'smpl_t' to 'uint_t', possible loss of data"
python/tests/test_mathutils.py: can also raise NotImplementedError (darwin)
python/tests: fix most prospect warnings
.landscape.yml: also parse tests
python/demos/demo_specdesc.py: remove unused import
python/: fix comparison to False
python/: fix comparisons to None
python/demos: python3 and double precision compatibility
setup.py: clean up, remove ~
python/demos/__init__.py: added empty file
.landscape.yml: added basic configuration
python/demos/demo_create_test_sounds.py: python 3 compat
python/demos/demo_create_test_sounds.py: add script to create simple sound files to test on
wscript: add /MD and /D_CRT_SECURE_NO_WARNINGS on windows
src/aubio_priv.h: use _isnan on windows msvc 9 to avoid linking error
python/lib/moresetuptools.py: define HAVE_WIN_HACKS on windows
python/lib/moresetuptools.py: always define HAVE_C99_VARARGS_MACROS
python/lib/moresetuptools.py: also catch WindowsError and other exceptions
setup.py: only generate source files in build_ext
python/tests/test_source.py: fix when python/tests/sounds exists
python/tests/test_source.py: skip tests if no sounds were found
nose2.cfg: set multiprocess always-on=false (fixes coverage, pass -N to speed up)
wscript: exclude more files from dist
.gitignore: ignore .egg-info
python/lib/gen_external.py: use os.path.join
setup.py: do not fail if numpy is not installed yet
python/lib/moresetuptools.py: use -framework Accelerate, not accelerate
MANIFEST.in: move from python/, update contents
setup.py: clean-up, add option to build libaubio inside python-aubio
python/tests/test_specdesc.py: skip wrong name test
python/tests/test_mfcc.py: add more tests
python/tests/test_specdesc.py: check for wrong values
python/tests/test_fft.py: avoid VisibleDeprecationWarning
python/ext/py-source.c: check seek is not negative
python/tests/test_filterbank.py: raise a ValueError
python/tests/test_source.py: simplify, quieten
python/tests/test_filterbank.py: check for wrong values
.gitignore: add python/tests/sounds
python/__init__.py: add empty file
move python/setup.py to setup.py, update Makefile, add requirements
python/tests/test_cvec.py: add more tests
python/lib/gen_code.py: remove unused variable
python/tests/test_musicutils.py: simplify, check TypeError is raised
python/ext/py-musicutils.c: do not overwrite PyArg_ParseTuple messages
python/ext/py-filterbank.c: fix error message formatting, do not delete if not created
python/demos/demo_reading_speed.py: avoid unused variable