2013-03-22 |
Paul Brossier | Merge branch 'develop' into synth |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Paul Brossier | tests/src/io/test-sink.c: improve message |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Paul Brossier | src/io/source_sndfile.c: pad with 0 when end of file... |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Paul Brossier | src/io/source_sndfile.{c,h}: fix include and prototype... |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Paul Brossier | src/io/source*: add _do_multi and _get_channels, really... |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Paul Brossier | src/io/source*: add _do_multi and _get_channels, really... |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Paul Brossier | add seek to src/io/source* |
commit | commitdiff | tree | snapshot |
2013-03-20 |
Paul Brossier | src/io/source_apple_audio.h: too early as well |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | src/io/audio_unit.h: not ready yet |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | python/lib/gen_pyobject.py: add forgotten source |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | src/io: use hop_size, not block_size |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | python/lib/gen_pyobject.py: add block_size for source |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | python/lib/aubio/midiconv.py: note2midi improve error... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | python/tests/test_specdesc.py: update to latest specdesc.c |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | src/spectral/fft.h: remove object from brief description |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | src/onset/onset.c: rename of to desc for clarity |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | src/io/sink_apple_audio.c: print an error if del_aubio_... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | src/fvec.c: fvec_copy: only get min if needed |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | src/io/source_apple_audio.h: remove _multi, not ready yet |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | doc/{full,web}.cfg: update project ids |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | doc/{full,web}.cfg: remove custom LAYOUT_FILE |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | Merge branch 'pitchyinfft' into develop |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | src/io/*.h: add documentation to source and sink |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | src/pitch/pitchyinfft.c: simplify, add some comment... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | doc/{web,full}.cfg: update to doxygen 1.8.3.1 template... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Paul Brossier | python/lib/gen_pyobject.py: fix shortname of methods... |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Paul Brossier | src/pitch/pitchyinfft.c: optimize by avoiding polar... |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Paul Brossier | src/pitch/pitchyinfft.c: simplify a bit, preparing... |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Paul Brossier | src/io/source.h: start adding some documentation |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Paul Brossier | src/io/source_apple_audio.c: simplify _do, downmixing |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Paul Brossier | src/spectral/specdesc.c: add more noise to make sure... |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Paul Brossier | examples/aubiopitch.c: fix pitch mode selection |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Paul Brossier | examples/aubioonset.c: simplify |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Paul Brossier | python/demos/demo_onset*: remove di, moved to C |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Paul Brossier | src/onset/: remove wasonset, add getters and setters... |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Paul Brossier | src/onset/onset.c: add get_last_onset |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Paul Brossier | src/onset/onset.c: quick fix to get very first frame... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Paul Brossier | src/spectral/phasevoc.c: indent |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Paul Brossier | src/tempo/tempo.h: object not driver |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Paul Brossier | python/demos/demo_tempo_plot.py: import first |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Paul Brossier | python/tests/test_pitch.py: indent and generate more... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Paul Brossier | src/pitch/pitch.c: clarify, use one void pointer for... |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Paul Brossier | src/pitch: start adding confidence |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Paul Brossier | src/pitch: start adding confidence |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Paul Brossier | src/aubio.h: talk about unstable |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Paul Brossier | tests/test_{midi2note,note2midi}.py: add header and... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Paul Brossier | lib/aubio/midiconv.py: add note2 midi |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Paul Brossier | lib/aubio/midiconv.py: improve note2midi |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Paul Brossier | lib/aubio/midiconv.py: add note2midi |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Paul Brossier | src/pitch/pitchyin.c: fix typo |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Paul Brossier | src/pitch/pitch.c: fix yinfft selection |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Paul Brossier | tests/test_cvec.py: add missing header |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Paul Brossier | lib/generator.py: move add_generated_objects and genera... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Paul Brossier | demos/demo_sink_create_woodblock.py: table lookup to... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Paul Brossier | demos/demo_waveform_plot.py: improve |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Paul Brossier | python/demos: add demo_pitch.py and demo_waveform_plot.py |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Paul Brossier | demos/demo_onset.py: simplify imports |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Paul Brossier | python/tests/test_fvec.py: clarify |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Paul Brossier | python/tests/test_fft.py: update, indent |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Paul Brossier | python/setup.py: move programs to scripts |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Paul Brossier | python/demos/: update and add some demos |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Paul Brossier | demos/demo_onset.py: add simple onset example, update... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Paul Brossier | python/: move generator.py to lib, improve README,... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Paul Brossier | doc/header.html: removed obsolete custom header |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Paul Brossier | demos/demo_slicing.py: slice exactly at region boundary |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Paul Brossier | python/setup.py: move package_dir to lib |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Paul Brossier | python/: use Py_RETURN_NONE, fixing a memory bug trigge... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Paul Brossier | .gitignore: added python stuff |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Paul Brossier | python/tests/test_sink.py: trigger sink bug |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Paul Brossier | src/cvec.h: fix ifndef define |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Paul Brossier | doc/: update doxygen configurations |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Paul Brossier | tests/src/io/test-source_sndfile.c: include config.h |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Paul Brossier | python/demos/demo_keyboard.py: remove gnuplot stuff |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Paul Brossier | python/demos/demo_keyboard.py: indent |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Paul Brossier | python/demos/demo_keyboard.py: moved to numpy |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | demos/demo_onset_file.py: indent, hide y-axis |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | demos/demo_spectrogram.py: add samplerate option to... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | demos/demo_beats_and_tempo.py: skip plot if not beats |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | python/demos/demo_tss.py: improve default parameters |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | tests/src/io/test-sink_sndfile.c: include config, fix... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | tests/src/test-mathutils.c: improve |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | tests/src/tempo/test-beattracking.c: fix output size |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | demos/demo_sink.py: indent |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | demos/demo_source.py: indent, add samplerate and hop_si... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | tests/test_mathutils.py: can be TypeError or NotImpleme... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | src/mathutils.c: freqtobin and bintofreq to not produce... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | src/mathutils.c: freqtomidi and miditofreq to not produ... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | tests/test_{source,sink}.py: add sink, improve source... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | tests/test_mathutils.py: improve |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | tests/: remove old files |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | ext/aubiomodule.c: more ufuncs |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Paul Brossier | tests/src/io/test-source.c: abort if new_aubio_source... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Paul Brossier | demos/demo_sink.py: add samplerate and hop_size options |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Paul Brossier | python/ext/aubio-types.h: USE_LOCAL_AUBIO |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Paul Brossier | python/: add VERSION |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Paul Brossier | setup.py: improve, update MANIFEST.in |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Paul Brossier | ext/aubio-types.h: use -DLOCAL_AUBIO to build against... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Paul Brossier | MANIFEST.in: add manifest |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Paul Brossier | python/: improve build |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Paul Brossier | tests/python/: removed old python tests |
commit | commitdiff | tree | snapshot |
next |