aubio.git
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 Brossiersrc/synth/sampler.h: add a simple sampler
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-22 Paul Brossiersrc/synth/sampler.c: add a simple sampler
2013-03-22 Paul BrossierMerge branch 'develop' into synth
2013-03-22 Paul Brossiertests/src/io/test-sink.c: improve message
2013-03-22 Paul Brossiersrc/io/source_sndfile.c: pad with 0 when end of file...
2013-03-22 Paul Brossiersrc/io/source_sndfile.{c,h}: fix include and prototype...
2013-03-22 Paul Brossiersrc/io/source*: add _do_multi and _get_channels, really...
2013-03-22 Paul Brossiersrc/io/source*: add _do_multi and _get_channels, really...
2013-03-22 Paul Brossieradd seek to src/io/source*
2013-03-20 Paul Brossiersrc/io/source_apple_audio.h: too early as well
2013-03-18 Paul Brossiersrc/io/audio_unit.h: not ready yet
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 Brossiersrc/spectral/fft.h: remove object from brief description
2013-03-18 Paul Brossiersrc/onset/onset.c: rename of to desc for clarity
2013-03-18 Paul Brossiersrc/io/sink_apple_audio.c: print an error if del_aubio_...
2013-03-18 Paul Brossiersrc/fvec.c: fvec_copy: only get min if needed
2013-03-18 Paul Brossiersrc/io/source_apple_audio.h: remove _multi, not ready yet
2013-03-18 Paul Brossierdoc/{full,web}.cfg: update project ids
2013-03-18 Paul Brossierdoc/{full,web}.cfg: remove custom LAYOUT_FILE
2013-03-18 Paul BrossierMerge branch 'pitchyinfft' into develop
2013-03-18 Paul Brossiersrc/io/*.h: add documentation to source and sink
2013-03-18 Paul Brossiersrc/pitch/pitchyinfft.c: simplify, add some comment...
2013-03-18 Paul Brossierdoc/{web,full}.cfg: update to doxygen 1.8.3.1 template...
2013-03-18 Paul Brossierpython/lib/gen_pyobject.py: fix shortname of methods...
2013-03-16 Paul Brossiersrc/pitch/pitchyinfft.c: optimize by avoiding polar...
2013-03-16 Paul Brossiersrc/pitch/pitchyinfft.c: simplify a bit, preparing...
2013-03-16 Paul Brossiersrc/io/source.h: start adding some documentation
2013-03-16 Paul Brossiersrc/io/source_apple_audio.c: simplify _do, downmixing
2013-03-16 Paul Brossiersrc/spectral/specdesc.c: add more noise to make sure...
2013-03-16 Paul Brossierexamples/aubiopitch.c: fix pitch mode selection
2013-03-15 Paul Brossierexamples/aubioonset.c: simplify
2013-03-15 Paul Brossierpython/demos/demo_onset*: remove di, moved to C
2013-03-15 Paul Brossiersrc/onset/: remove wasonset, add getters and setters...
2013-03-15 Paul Brossiersrc/onset/onset.c: add get_last_onset
2013-03-15 Paul Brossiersrc/onset/onset.c: quick fix to get very first frame...
2013-03-13 Paul Brossiersrc/spectral/phasevoc.c: indent
2013-03-13 Paul Brossiersrc/tempo/tempo.h: object not driver
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-12 Paul Brossiersrc/pitch/pitch.c: clarify, use one void pointer for...
2013-03-11 Paul Brossiersrc/pitch: start adding confidence
2013-03-11 Paul Brossiersrc/pitch: start adding confidence
2013-03-10 Paul Brossiersrc/aubio.h: talk about unstable
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 Brossiersrc/pitch/pitchyin.c: fix typo
2013-03-09 Paul Brossiersrc/pitch/pitch.c: fix yinfft selection
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 Brossierdoc/header.html: removed obsolete custom header
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 Brossier.gitignore: added python stuff
2013-03-07 Paul Brossierpython/tests/test_sink.py: trigger sink bug
2013-03-07 Paul Brossiersrc/cvec.h: fix ifndef define
2013-03-07 Paul Brossierdoc/: update doxygen configurations
2013-03-07 Paul Brossiertests/src/io/test-source_sndfile.c: include config.h
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 Brossiertests/src/io/test-sink_sndfile.c: include config, fix...
2013-03-06 Paul Brossiertests/src/test-mathutils.c: improve
2013-03-06 Paul Brossiertests/src/tempo/test-beattracking.c: fix output size
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 Brossiersrc/mathutils.c: freqtobin and bintofreq to not produce...
2013-03-06 Paul Brossiersrc/mathutils.c: freqtomidi and miditofreq to not produ...
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 Brossiertests/: remove old files
2013-03-06 Paul Brossierext/aubiomodule.c: more ufuncs
next