src/tempo/tempo.c: add get_last functions
[aubio.git] / python /
2013-04-09 Paul Brossiersrc/onset/: rename get_last_onset to get_last
2013-04-09 Paul Brossierpython/scripts/aubiocut: add slicing
2013-04-08 Paul Brossierpython/tests/test_pitch.py: more tests
2013-03-23 Paul BrossierMerge branch 'synth' into develop
2013-03-22 Paul Brossierlib/aubio/__init__.py: add header and docstring
2013-03-22 Paul Brossierext/aubio-types.h: system include
2013-03-22 Paul Brossierpython/demos/demo_miditofreq.py: added simple miditofre...
2013-03-22 Paul Brossierpython/tests/test_phasevoc.py: split tests
2013-03-22 Paul Brossierpython/tests/test_source.py: really fail wrong hop...
2013-03-22 Paul BrossierMerge branch 'synth' into develop
2013-03-22 Paul BrossierMerge branch 'synth' into develop
2013-03-22 Paul Brossierpython/lib/gen_pyobject.py: add sampler
2013-03-22 Paul BrossierMerge branch 'synth' into develop
2013-03-22 Paul BrossierMerge branch 'device' into develop
2013-03-22 Paul Brossierpython/demos/demo_{mel-energy,mfcc,specdesc}.py: use...
2013-03-22 Paul Brossierpython/demos/demo_mel-energy.py: added simple mel energ...
2013-03-22 Paul Brossierpython/demos/demo_mfcc.py: added simple mfcc demo
2013-03-22 Paul Brossierpython/demos/demo_waveform_plot.py: also set x limits
2013-03-22 Paul Brossierpython/demos/demo_waveform_plot.py: plot more samples...
2013-03-18 Paul Brossierpython/lib/gen_pyobject.py: add forgotten source
2013-03-18 Paul Brossiersrc/io: use hop_size, not block_size
2013-03-18 Paul Brossierpython/lib/gen_pyobject.py: add block_size for source
2013-03-18 Paul Brossierpython/lib/aubio/midiconv.py: note2midi improve error...
2013-03-18 Paul Brossierpython/tests/test_specdesc.py: update to latest specdesc.c
2013-03-18 Paul BrossierMerge branch 'pitchyinfft' into develop
2013-03-18 Paul Brossierpython/lib/gen_pyobject.py: fix shortname of methods...
2013-03-15 Paul Brossierpython/demos/demo_onset*: remove di, moved to C
2013-03-13 Paul Brossierpython/demos/demo_tempo_plot.py: import first
2013-03-12 Paul Brossierpython/tests/test_pitch.py: indent and generate more...
2013-03-10 Paul Brossiertests/test_{midi2note,note2midi}.py: add header and...
2013-03-10 Paul Brossierlib/aubio/midiconv.py: add note2 midi
2013-03-10 Paul Brossierlib/aubio/midiconv.py: improve note2midi
2013-03-10 Paul Brossierlib/aubio/midiconv.py: add note2midi
2013-03-09 Paul Brossiertests/test_cvec.py: add missing header
2013-03-09 Paul Brossierlib/generator.py: move add_generated_objects and genera...
2013-03-09 Paul Brossierdemos/demo_sink_create_woodblock.py: table lookup to...
2013-03-09 Paul Brossierdemos/demo_waveform_plot.py: improve
2013-03-08 Paul Brossierpython/demos: add demo_pitch.py and demo_waveform_plot.py
2013-03-08 Paul Brossierdemos/demo_onset.py: simplify imports
2013-03-08 Paul Brossierpython/tests/test_fvec.py: clarify
2013-03-08 Paul Brossierpython/tests/test_fft.py: update, indent
2013-03-08 Paul Brossierpython/setup.py: move programs to scripts
2013-03-08 Paul Brossierpython/demos/: update and add some demos
2013-03-08 Paul Brossierdemos/demo_onset.py: add simple onset example, update...
2013-03-08 Paul Brossierpython/: move generator.py to lib, improve README,...
2013-03-08 Paul Brossierdemos/demo_slicing.py: slice exactly at region boundary
2013-03-08 Paul Brossierpython/setup.py: move package_dir to lib
2013-03-08 Paul Brossierpython/: use Py_RETURN_NONE, fixing a memory bug trigge...
2013-03-07 Paul Brossierpython/tests/test_sink.py: trigger sink bug
2013-03-07 Paul Brossierpython/demos/demo_keyboard.py: remove gnuplot stuff
2013-03-07 Paul Brossierpython/demos/demo_keyboard.py: indent
2013-03-07 Paul Brossierpython/demos/demo_keyboard.py: moved to numpy
2013-03-06 Paul Brossierdemos/demo_onset_file.py: indent, hide y-axis
2013-03-06 Paul Brossierdemos/demo_spectrogram.py: add samplerate option to...
2013-03-06 Paul Brossierdemos/demo_beats_and_tempo.py: skip plot if not beats
2013-03-06 Paul Brossierpython/demos/demo_tss.py: improve default parameters
2013-03-06 Paul Brossierdemos/demo_sink.py: indent
2013-03-06 Paul Brossierdemos/demo_source.py: indent, add samplerate and hop_si...
2013-03-06 Paul Brossiertests/test_mathutils.py: can be TypeError or NotImpleme...
2013-03-06 Paul Brossiertests/test_{source,sink}.py: add sink, improve source...
2013-03-06 Paul Brossiertests/test_mathutils.py: improve
2013-03-06 Paul Brossierext/aubiomodule.c: more ufuncs
2013-03-05 Paul Brossierdemos/demo_sink.py: add samplerate and hop_size options
2013-03-05 Paul Brossierpython/ext/aubio-types.h: USE_LOCAL_AUBIO
2013-03-05 Paul Brossierpython/: add VERSION
2013-03-05 Paul Brossiersetup.py: improve, update MANIFEST.in
2013-03-05 Paul Brossierext/aubio-types.h: use -DLOCAL_AUBIO to build against...
2013-03-05 Paul BrossierMANIFEST.in: add manifest
2013-03-05 Paul Brossierpython/: improve build
2013-03-05 Paul Brossiertests/python/: removed old python tests
2013-03-05 Paul Brossiertests/: array_from_file to look for file in tests/
2013-03-05 Paul Brossierext/ufuncs.c: add first ufunc, unwrap2pi
2013-03-04 Paul BrossierREADME.md: update
2013-03-04 Paul Brossierpython/: move source files to ext/
2013-03-04 Paul Brossieraubiomodule.c: simplify includes
2013-03-03 Paul Brossieraubiomodule.c: add unwrap2pi
2013-03-03 Paul Brossierpython/aubiomodule.c: add midi/bin/freq conversion
2013-03-03 Paul Brossiertests/python/src/utils/scale.py: replace with python...
2013-03-03 Paul Brossierpython/tests/test_filterbank.py: added test against...
2013-03-03 Paul Brossiertests/python/src/temporal/c_weighting.py: replaced...
2013-03-03 Paul Brossiertests/python/src/spectral/filterbank.py: replaced by...
2013-03-03 Paul Brossierpython/env_linux: use latest build/lib.* directory
2013-03-01 Paul Brossierenv_linux: use the most recently built folder
2013-03-01 Paul Brossiersetup.py: only link against frameworks on darwin
2013-03-01 Paul Brossierpython/env_osx: use the most recently built folder
2013-02-28 Paul Brossierpython/env_linux: env only, absolute path
2013-02-28 Paul Brossierpython/env_osx: env only, absolute path
2013-02-28 Paul Brossierpython/: remove NPY_NO_DEPRECATED_API to build anyway
2013-02-26 Paul Brossiermoved test scripts to tests
2013-02-13 Paul Brossierdemos/demo_slicing.py: add simple slicing example
2013-02-13 Paul Brossierdemos/aubiocut: start moving aubiocut to new python
2013-02-12 Paul Brossierpython/demos/demo_onset_file.py: also plot descriptor...
2013-02-12 Paul Brossierdemos/demo_onset_file.py: remove old onsets
2013-02-12 Paul Brossierdemos/demo_onset_file.py: added onset example
2013-02-11 Paul Brossierdemo_source_auto_samplerate.py: add example of automati...
2013-02-11 Paul Brossierpython/setup.py: parse version from VERSION, move _aubi...
2013-02-11 Paul Brossiermerge from develop
2013-02-10 Paul BrossierMerge branch 'develop' of aubio.org:/git/aubio/aubio...
2013-02-10 Paul Brossierbuild_linux: update path
2013-02-10 Paul Brossierdemos/demo_sink_create_woodblock.py: generate a woodblo...
next