aubio.git
2010-01-09 Paul Brossierpull from master
2009-12-25 Paul Brossiertest_*.py: use aubio module
2009-12-25 Paul Brossierpy-cvec.c: improved documentation
2009-12-25 Paul Brossiergen_pyobject.py: simplify with proxy functions
2009-12-25 Paul Brossiertest_*.py: switch to mono, add tests for cvec
2009-12-25 Paul Brossierpy-cvec.c: remove obsolete proxy functions
2009-12-25 Paul Brossierpy-filterbank.c: switch to proxy functions
2009-12-25 Paul Brossiergen_pyobject.py: updated to use proxy functions
2009-12-25 Paul Brossierpy-fmat.c removed
2009-12-25 Paul Brossiersetup.py: add aubioproxy.c, remove py-fvec.c and py...
2009-12-25 Paul Brossierpy-fvec.c removed
2009-12-25 Paul Brossieraubiomodule.c: swith to new proxy functions, remove...
2009-12-25 Paul Brossierpy-filterbank.c: use new proxy function, switch to...
2009-12-25 Paul Brossierpy-filter.c: use new proxy function, switch to mono
2009-12-25 Paul Brossierpy-phasevoc.c: use new proxy functions
2009-12-25 Paul Brossierpy-fft.c: use new proxy functions
2009-12-25 Paul Brossieraubio/: cvec is still on the C side
2009-12-25 Paul Brossieraubio-types.h: kill fvec and fmat, update proxy functions
2009-12-25 Paul Brossieraubioproxy.c: added conversion functions from C to...
2009-12-20 Paul Brossieraubio/__init__.py: added python helper for fvec and...
2009-12-11 Paul Brossierspecdesc.c: mention default is used instead of unknown one
2009-12-11 Paul Brossierexamples/Makefile.am: added aubiopitch
2009-12-11 Paul Brossierutils.c: woodblock vector is overlap_size long
2009-12-11 Paul Brossiertest-pitch.c: added test for pitch
2009-12-05 Paul Brossiertests/src/: no more arguments for peakpicker
2009-12-05 Paul BrossierMerge branch 'master' of git+ssh://aubio.org/git/aubio...
2009-12-05 Paul Brossierinterfaces/python: added more tests
2009-12-05 Paul Brossierinterfaces/python: start updating tests for mono
2009-12-05 Paul Brossierinterfaces/python: towards mono (setup.py and py-phasev...
2009-12-05 Paul Brossierinterfaces/python: towards mono
2009-12-05 Paul Brossierpy-fvec.c, py-cvec.c: towards mono
2009-12-05 Paul Brossiersrc/onset/peakpicker.h: add void to empty prototype
2009-12-04 Paul Brossiertests/src: switch to mono
2009-12-04 Paul Brossierexamples: switch to mono
2009-12-04 Paul Brossiersrc/vecutils.c: switch to mono
2009-12-04 Paul Brossierswig/aubio.i: switch to mono
2009-12-04 Paul Brossiersrc/aubio.h: switch to mono
2009-12-04 Paul Brossiersrc/pitch: switch to mono
2009-12-04 Paul Brossiersrc/utils: switch to mono
2009-12-04 Paul Brossiersrc/mathutils.{c,h}: switch to mono
2009-12-04 Paul Brossiersrc/tempo: switch to mono
2009-12-04 Paul Brossiersrc/temporal: switch to mono
2009-12-04 Paul Brossiersrc/spectral: switch to mono
2009-12-04 Paul Brossiersrc/onset: mono
2009-12-04 Paul Brossiermodified cvec to be mono
2009-12-04 Paul Brossiermodified fvec and lvec to be mono, added fmat
2009-12-03 Paul Brossier.gitignore: added *.o
2009-12-03 Paul Brossierremoved .bzrignore
2009-12-03 Paul Brossieradded .gitignore
2009-11-30 Paul Brossierwscript: add libs to examples for binutils-gold bzr2git
2009-11-26 Paul Brossierexamples/: include config.h
2009-11-25 Paul Brossierinterfaces/python/gen_pyobject.py: fix aubio2types
2009-11-15 Paul Brossierconfigure.ac: add AUBIO_LIBS, now needs only -lm (close...
2009-11-15 Paul Brossierconfigure.ac: do not check for fftw3.h, let pkg-config...
2009-11-15 Paul Brossieraubiomodule.c: add generated objects
2009-11-15 Paul Brossiergen_pyobject.py: simplify using regex, add PyMethodDefs
2009-11-15 Paul Brossiergenerator.py: also spit out aubio-generated.h
2009-11-15 Paul Brossierpy-fvec.c: add PyAubio_CFvecToArray
2009-11-15 Paul Brossierpython/aubiowraphell.h: sprinkle some cpp magic
2009-11-13 Paul Brossiersrc/Makefile.am: rename peakpicker.h here too, thanks...
2009-11-06 Paul Brossieraubio-types.h: python module has it all
2009-11-06 Paul Brossiergen_pyobject.py: update, add smpl_t
2009-11-06 Paul Brossiergenerator.py: fully blown mode
2009-11-06 Paul Brossierdoc/user.cfg: sync with aubio.h
2009-11-06 Paul Brossiersrc/: cleanup variable names in prototypes
2009-11-05 Paul Brossiergenerator.py: skip resampler
2009-11-05 Paul Brossierpy-cvec.c: cvec.length to return the actual length
2009-11-05 Paul Brossiersrc/aubio.h: make filterbank public, should be stable...
2009-11-05 Paul Brossierswig/aubio.i: add peakpicker again, alias for char_t...
2009-11-05 Paul Brossiertests/src/test-phasevoc-jack.c: print warning if jack...
2009-11-05 Paul Brossierwscript: factorise build of extra source files
2009-11-05 Paul Brossiersrc/: rename peakpick.h to peakpicker.h, make public...
2009-11-05 Paul Brossierwscript: add option to disable libsamplerate
2009-11-05 Paul Brossiersrc/temporal/resampler.h: add dummy functions in case...
2009-11-05 Paul Brossiersrc/tempo: remove unused peek, use new aubio_peakpicker...
2009-11-05 Paul Brossiersrc/onset/peakpick.h: remove unused functions, fix...
2009-11-05 Paul Brossiertests/src/test-resample.c: indent, no #ifdef here
2009-11-05 Paul Brossiersrc/spectral/specdesc.h: fix typo decrease -> slope
2009-11-05 Paul BrossierTHANKS: remove reference to removed midi files
2009-11-05 Paul Brossierexamples/Makefile.am: add PACKAGE define
2009-11-05 Paul Brossiersrc/aubio.h: do not include config.h, do not install it
2009-11-05 Paul BrossierAUTHORS: use standard list of name/email
2009-11-05 Paul Brossierinterfaces/java: moved to java-aubio branch
2009-11-05 Paul Brossierwscript: remove java stuff
2009-11-05 Paul Brossiersrc/Makefile.am: add missing musicutils.h
2009-11-05 Paul Brossierinterfaces/java: moved to java-aubio branch
2009-11-05 Paul Brossierwscript: update TODO, remove pd stuff
2009-11-05 Paul Brossierconfigure.ac, Makefile.am, plugins: move to pd-aubio
2009-11-05 Paul Brossieraubio.pc.in: fix include path
2009-11-05 Paul Brossierplugins/puredata/libtoolkludge: removed, not used anymore
2009-11-05 Paul Brossiersrc/onset/onset.c: add missing hop_size
2009-11-04 Paul Brossiersrc/onset/onset.{c,h}: minimum inter-onset-interval...
2009-11-04 Paul Brossiersrc/aubio.h: fix typo, improve code example
2009-11-04 Paul Brossiersrc/spectral/specdesc.h: add documentation about spectr...
2009-11-04 Paul Brossiersrc/onset/peakpick.c: indent
2009-11-04 Paul Brossiersrc/spectral/filterbank.h: improve documentation
2009-11-04 Paul Brossiersrc/temporal: improve files titles
2009-11-04 Paul Brossiersrc/spectral/: added statistics.c, containing some...
2009-11-04 Paul Brossiersrc/spectral/filterbank.h: kill useless blank line
2009-11-04 Paul Brossiersrc/spectral/specdesc.h: improve documentation
next