aubio.git
2005-08-22 Paul Brossieradded bintomidi, freqtobin, miditofreq
2005-08-22 Paul Brossiertag of piem@altern.org--2005-aubio/aubio--mainline...
2005-08-22 Paul Brossierbumped version number to 0.2.0
2005-08-22 Paul Brossieradded midi and hertz output modes
2005-08-22 Paul Brossierfcomb doesn't output anything correct above 5000Hz
2005-08-22 Paul Brossierspeeding up yin
2005-08-21 Paul Brossieradded FFTWLIB_CFLAGS to examples/Makefile.am, added...
2005-08-21 Paul Brossierclarified fftw3 includes
2005-08-21 Paul Brossierupdated manpages
2005-08-21 Paul Brossierupdated version in doxygen config files
2005-08-15 Paul Brossieruses errmsg in parse_args instead of debug
2005-08-14 Paul Brossieradded dummy assignment to make egcs happy, use in...
2005-08-14 Paul Brossierswig >= 1.3 in README
2005-08-14 Paul Brossieradded pitch option to utils.c
2005-08-14 Paul Brossierfixed long options in utils.c
2005-08-14 Paul Brossierupdated default parameters, fixed 0.000.wav creation
2005-08-14 Paul Brossieradded non c99 alternatives in examples/utils.h (thanks Mo)
2005-08-13 Paul Brossierupdated aubiocut, added zerocross
2005-08-10 Paul Brossieruse 1024/512 in aubiotrack, first signed commit
2005-08-09 Paul Brossierfix segfault when file not found
2005-08-09 Paul Brossierprotected onset enumerators, factorise python check_modes
2005-08-09 Paul Brossiersource ./README, not sh ./README
2005-08-09 Paul Brossierrename file_ to aubio_sndfile, protect aubio_pitdetecti...
2005-08-09 Paul Brossierprefix mathutils function with aubio_
2005-08-09 Paul Brossieradd ext to documentation
2005-08-09 Paul Brossierremoved obsoleted pickparams_t
2005-08-09 Paul Brossierprotect window types with aubio_win_
2005-08-09 Paul Brossieradded srcdir in doc
2005-08-09 Paul Brossierupdated TODO
2005-08-09 Paul Brossiersoname change, add -version-info, fix midi/ install
2005-08-09 Paul Brossierfixed dist target
2005-08-09 Paul Brossiercompleted fix for srcdir
2005-08-09 Paul Brossiertag of piem@altern.org--2005-aubio/aubio--benchmarks...
2005-08-09 Paul Brossieradded examples, bumped VERSION to 0.2.0beta1
2005-08-09 Paul Brossierinstall aubiopitch, not aubiocompare-onset
2005-08-09 Paul Brossieradd c99 varargs checks, thanks to Mo DeJong
2005-08-09 Paul Brossiereasier to run python scripts from source tree
2005-08-09 Paul Brossieradd kl and mkl, change default threshold
2005-08-09 Paul Brossiermore berbosity
2005-08-09 Paul Brossierchanged default parameters baz file-diff examples/utils.c
2005-08-09 Paul Brossieradded srcdir
2005-08-09 Paul Brossieradded srcdir
2005-08-09 Paul Brossieravoid shipping of config.h and use noinst for aubio_priv.h
2005-08-09 Paul Brossierfix isonset declaration
2005-08-09 Paul Brossieradded raw output cleaning
2005-08-08 Paul Brossieradded cvec.get(pos,chan), added silence param to getpitch()
2005-08-08 Paul Brossierfix gcc-4.0 type warnings
2005-08-08 Paul Brossierfix schmitt and fcomb, factorise slideblock code
2005-06-13 Paul Brossieradd Kullback Liebler onset detection function and its...
2005-06-13 Paul Brossieradd Kullback Liebler onset detection function and its...
2005-06-13 Paul Brossieradd Kullback Liebler onset detection function and its...
2005-06-07 Paul Brossierupdated beattracking.c ad aubiotrack.c to support varia...
2005-06-06 Paul Brossierremoved numarray from aubio{cut,pitch}
2005-06-03 Paul Brossieradded silence detection option to aubiocut
2005-06-03 Paul Brossierupdated swig wrapper to new pitchdetection
2005-06-03 Paul Brossiercompleted pitchdetection wrapper, moved to function...
2005-06-03 Paul Brossierfixed memory freeing of pitchmcomb
2005-06-03 Paul Brossierupdate aubiopitch, adds first draft to plotpitches...
2005-06-03 Paul Brossieradd getsilences function, moves pitchpick class to...
2005-05-31 Paul Brossierlimit diff output to 3 decimal
2005-05-30 Paul Brossierfix compilation of swig/python on macosx
2005-05-30 Paul Brossierfix compilation of swig/python on macosx
2005-05-30 Paul Brossiermerged aubioplot-onsets into aubiocut, added some more...
2005-05-29 Paul Brossierfixed precision to ms in aubiodiffs-onset
2005-05-28 Paul Brossierremoved python/aubioonset from Makefile.am
2005-05-28 Paul Brossierreally fix buffer size settings in new aubiocut
2005-05-28 Paul Brossierfix buffer size settings in new aubiocut
2005-05-28 Paul Brossiercleaned up getonsets, merged aubioonset and aubiocut...
2005-05-28 Paul Brossierdisable alsa if no jack found
2005-05-28 Paul Brossierupdated to new onset_roc, added -l for onset_diffs
2005-05-28 Paul Brossierfix compilation without jack
2005-05-28 Paul Brossierfixed default mintol, arrange tabulations
2005-05-28 Paul Brossieradded simplified mfft interface
2005-05-27 Paul Brossierfixed yin overlapping and fast version
2005-05-23 Paul Brossieradded aubiodiffs-onset
2005-05-23 Paul Brossierstart fixing woodblock filepaty
2005-05-23 Paul Brossieradded -s option in examples/utils.c
2005-05-22 Paul Brossierfixes tagging-method
2005-05-22 Paul Brossierupdate aubiocompare-onset to new evaluation function
2005-05-22 Paul Brossieradd aubioplot-onset, minor fixes on aubiocut and aubioc...
2005-05-22 Paul Brossierupdate beattracking.c
2005-05-22 Paul Brossierimport 0.1.9beta5 with beat tracking
2005-05-22 Paul Brossiertag of piem@altern.org--2004-aubio/aubio--mainline...
2005-05-22 Paul Brossierpitchyin.c update, adds fast version to swig/aubio.i
2005-05-22 Paul Brossierevaluate doubled detection
2005-05-22 Paul Brossieradd aubio_ to pitch detection modes
2005-05-15 Paul Brossieradds automake files and objects to junk
2005-05-10 Paul Brossierbootstrap now uses autoreconf
2005-05-10 Paul Brossieradded pitchfcomb and pitchschmitt
2005-05-09 Paul Brossierremoved duplicate doc entry in top Makefile.am
2005-04-30 Paul Brossieradd flags to fix compilation on os x
2005-04-11 Paul Brossierupdated configure.ac to detect jack, alsa and fftw3f...
2005-04-11 Paul Brossiermerged commmon code between aubionotes.c and aubioonset...
2005-04-11 Paul Brossieradd a cast in autocorr
2005-04-11 Paul Brossierupdate pitchyin.[ch] and pitchdetection.c
2005-04-02 Paul Brossiermerge aubionotes and aubionotesmedian
2005-04-01 Paul Brossierfix detection of fftw3f
2005-03-31 Paul Brossieradded configure rules to check presence of swig, python,
2005-03-30 Paul Brossierfix jack playing with short buffer (move pos)
2005-03-29 Paul Brossiermidi_file.c
next