python/demos/demo_wav2midi.py: add simple midi file writer using mido (closes: #134)
[aubio.git] / python /
2017-09-04 Paul Brossierpython/demos/demo_wav2midi.py: add simple midi file...
2017-07-24 Paul BrossierMerge branch 'fix_genexternal.py_syntax'
2017-07-24 MartinHNUpdate gen_external.py
2017-07-24 Paul Brossierpython/demos/demo_yin_compare.py: fix indentation
2017-07-24 Paul BrossierMerge branch 'yinfast'
2017-07-24 Paul BrossierMerge branch 'master' into yinfast
2017-07-24 Paul BrossierMerge branch 'emscripten'
2017-07-24 Paul BrossierMerge branch 'master' into emscripten
2017-05-30 Martin Hermantgen_external.py : pepify
2017-05-30 Martin Hermantgen_external.py : pass skip_object as member of functio...
2017-05-29 Martin Hermantgen_external.py : fix c_declaration cleaning messing...
2017-05-29 Martin Hermantgen_external.py :
2017-05-29 Martin Hermantgen_external.py : pepify
2017-05-29 Martin Hermantgen_external :
2017-05-29 Martin Hermantgen_external.py : fix func_name to long_name resolving...
2017-05-29 Martin Hermantgen_external.py : fix wrong in longname in lib generation
2017-05-29 Martin Hermantgen_external.py : clean preprocessor generated strings...
2017-05-29 Martin Hermantgen_external.py :
2017-05-29 Martin Hermantgen_external.py : support parsing of non aubio_ functio...
2017-05-29 Martin Hermantgen_external.py : relax a bit parsing of preprocessor...
2017-05-29 Martin Hermantgen_external.py : force c compiler (emcc defaults to...
2017-05-10 Paul Brossierpython/lib/aubio/cmd.py: improve error message
2017-05-09 Paul Brossierpython/tests/test_pitch.py: add yinfast
2017-05-09 Paul Brossierpython/lib/gen_external.py: omit pitchyinfast
2017-05-09 Paul Brossiersrc/pitch/pitch.h: add a note about yinfast
2017-05-09 Paul Brossierpython/demos/demo_fastyin_compare.py: comparison of...
2017-05-08 Paul Brossierpython/demos/demo_tapthebeat.py: play beats using pyaudio
2017-04-16 Paul Brossierpython/lib/aubio/cut.py: upgrade to argparse
2017-04-16 Paul Brossierpython/lib/aubio/cut.py: pass samplerate to onset or...
2017-04-12 Paul Brossierpython/lib/aubio/cmd.py: add -u/--pitch-unit to 'aubio...
2017-04-10 Paul Brossierpython/lib/moresetuptools.py: force adding libav on...
2017-04-05 Paul BrossierMerge branch 'awhitening'
2017-03-27 Paul Brossierpython/tests/test_onset.py: simply check that threshold...
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-25 Paul Brossierpython/lib/aubio/cmd.py: remove unused variable
2017-03-24 Paul BrossierMerge branch 'aubiocmd'
2017-03-24 Paul BrossierMerge branch 'gitshaversion'
2017-03-24 Paul Brossierpython/lib/aubio/cmd.py: improve help output
2017-03-24 Paul Brossierpython/lib/aubio/cmd.py: check we found a few beats
2017-03-24 Paul Brossierpython/lib/aubio/cmd.py: improve descriptions
2017-03-24 Paul Brossierpython/lib/aubio/cmd.py: small refactor, add comments
2017-03-23 Paul Brossierpython/tests/test_sink.py: add missing samplerate
2017-03-23 Paul Brossierpython/lib/moresetuptools.py: remove unused variables...
2017-03-23 Paul Brossierpython/tests/test_source.py: remove unused import
2017-03-23 Paul Brossiersetup.py: clean up imports
2017-03-23 Paul BrossierMerge branch 'master' into gitshaversion
2017-03-23 Paul Brossierpython/lib/aubio/cmd.py: improve tempo subcommand descr...
2017-03-23 Paul Brossierpython/lib/aubio/cut.py: remove unused imports
2017-03-23 Paul Brossierpython/lib/aubio/cmd.py: add tempo subcommand to extrac...
2017-03-23 Paul Brossierpython/lib/aubio/cmd.py: add a flush function
2017-03-23 Paul Brossierpython/lib/aubio/cmd.py: simplify repr_res
2017-03-23 Paul Brossierpython/lib/aubio/cmd.py: fix timefuncs
2017-03-23 Paul Brossiersetup.py: move cut and cmd inside aubio module, use...
2017-03-23 Paul Brossierpython/scripts/aubiocut: move usage string inside parse...
2017-03-23 Paul Brossierpython/scripts/aubio: simple script to replace examples...
2017-03-17 Paul Brossierpython/lib/moresetuptools.py: check for libswresample...
2017-03-16 Paul Brossierpython/lib/moresetuptools.py: remove jack, only used...
2017-03-13 Martin Hermantmoresetuptools.py : rename import Version => this_version
2017-03-13 Martin Hermantunify version parsing in Version.py
2017-03-13 Martin Hermanthide AUBIO_GIT_SHA in release
2017-03-13 Martin Hermantfix print with old py2 syntax
2017-03-13 Martin Hermantclarify comments
2017-03-13 Martin Hermantaubio version :
2017-03-10 Paul Brossierpython/lib/gen_external.py: disable spectral_whitening...
2017-03-10 Paul Brossierpython/lib/gen_code.py: show which failed before raisin...
2017-03-10 Paul BrossierMerge branch 'master' into awhitening
2017-03-08 Paul Brossierpython/scripts/aubiocut: add --cut_every_nslices option
2017-02-28 Paul Brossierpython/tests/test_sink.py: trivial test for sink 'with...
2017-02-28 Paul Brossierpython/ext/py-sink.c: add 'with' interface (PEP 343)
2017-02-27 Paul Brossierpython/ext/py-source.c: use PyArray_NewShape, not _Resize
2017-02-27 Paul Brossierpython/ext/aubio-types.h: define PATH_MAX if needed
2017-02-27 Paul Brossierpython/ext/py-{source,sink}.c: free string uri
2017-02-27 Paul Brossierpython/ext/py-source.c: copy string uri
2017-02-27 Paul Brossierpython/tests/test_source.py: test with interface (PEP...
2017-02-27 Paul Brossierpython/ext/py-source.c: statement after definitions
2017-02-27 Paul Brossierpython/ext/py-source.c: __exit__ to close once
2017-02-27 Paul Brossierpython/ext/py-source.c: raise on closing file failed
2017-02-27 Paul Brossierpython/ext/py-source.c: add iterator interface
2017-02-26 Paul Brossierpython/ext/py-source.c: add with interface (PEP 343)
2017-02-23 Paul Brossierpython/scripts/aubiocut: remove old comment line
2017-02-02 Paul Brossierpython/demos/demo_bench_yin.py: add yin/yinfft benchmar...
2017-01-21 Paul Brossierpython/lib/moresetuptools.py: add comments, improve...
2017-01-21 Paul Brossierpython/lib/moresetuptools.py: use system aubio only...
2017-01-21 Paul Brossierpython/lib/moresetuptools.py: add get_aubio_version...
2017-01-08 Paul Brossierpython/tests/test_notes.py: use relative import
2017-01-08 Paul Brossierpython/ext/aubiomodule.c: more hack to avoid msvc issues
2016-12-24 Paul BrossierMerge branch 'yin-optimizations' of https://github...
2016-12-24 Paul BrossierMerge branch 'waf-build-tweaks' of https://github.com...
2016-12-21 Paul Brossierpython/demos/demo_pyaudio.py: add some comments, avoid...
2016-12-21 Paul Brossierpython/demos/demo_pyaudio.py: added simple demo for...
2016-12-21 Paul Brossierpython/tests/test_notes.py: test results are correct...
2016-12-18 Paul Brossierpython/tests/test_notes.py: add basic tests
2016-12-18 Paul Brossierpython/ext/aubiomodule.c: fix version string on windows
2016-12-17 Paul Brossierpython/demos/demo_notes.py: add simple notes demos
2016-12-17 Paul Brossierpython/ext/aubiomodule.c: add aubio._aubio.__version__...
2016-12-17 Paul Brossierpython/ext/aubio-types.h: use <> for non local aubio
2016-12-16 Paul Brossierpython/lib/gen_external.py: sort generated files
next