vamp-aubio-plugins.git
2015-01-28 Paul Brossierplugins/Onset.cpp: added onset detection function and...
2015-01-28 Paul Brossiervamp-aubio.n3: added first Mfcc drafts
2015-01-28 Paul Brossierplugins/Mfcc.{cpp,h}: added first Mfcc drafts
2015-01-26 Paul Brossierplugins/Tempo.cpp: improve output descriptions
2015-01-26 Paul Brossierplugins/Tempo.cpp: add parameters and output descriptions
2015-01-26 Paul Brossierplugins/Silence.cpp: add parameter description
2015-01-26 Paul Brossierplugins/Pitch.cpp: add parameters and output descriptions
2015-01-26 Paul Brossierplugins/Onset.cpp: add parameters and output descriptions
2015-01-26 Paul Brossierplugins/Notes.cpp: improve output description
2015-01-26 Paul Brossierplugins/Notes.cpp: add descriptions
2013-12-31 Paul Brossierplugins/Pitch.cpp: use aubio_miditofreq
2013-12-31 Paul Brossier.gitignore: add basic patterns
2013-12-31 Paul Brossierplugins/: remove *.o accidentally added
2013-12-31 Paul Brossier.hgsub*: removed mercurial stuff
2013-12-31 Paul BrossierREADME: update aubio location
2013-12-31 Paul Brossiervamp-aubio.n3: remove spurious ';' preventing the plugi...
2013-12-31 Paul BrossierMakefile: remove local aubio copy
2013-12-31 Paul BrossierMakefile: pass custom LDFLAGS, simplify CFLAGS
2013-12-31 Paul Brossierconfig.h: remove, unused
2013-12-31 Paul Brossierplugins/: use fvec_set_sample
2013-12-31 Paul Brossierplugins/: update aubio header location to <aubio/aubio.h>
2013-12-19 convert-repoupdate tags hgimport
2012-12-05 Chris CannamClean: remove aubio objects
2012-12-05 Chris CannamAdded tag 0.4.0 for changeset 8114ebe03b69
2012-12-05 Chris CannamAdd tempo output, minor build fix
2012-12-05 Chris CannamAdded tag 0.4.0 for changeset a9e4d6c3441e
2012-12-05 Chris CannamDon't build with fftw, use Ooura instead -- fftw here...
2012-12-05 Chris CannamAdjust includes for subrepo aubio
2012-12-05 Chris CannamAdd RDF, optimisation
2012-12-05 Chris CannamAdded tag 0.4.0 for changeset 033bda47ada6
2012-12-04 Chris CannamUpdate for local subrepo aubio build
2012-12-04 Chris Cannamadd aubio subrepo
2012-07-18 Chris CannamMerge 0.4.0
2012-07-18 Chris CannamRemove no-longer-supported-by-aubio onset detection...
2012-07-11 Chris CannamImplement reset functions (fixes #498)
2012-07-10 Chris CannamLess ambitious default min pitch
2012-07-10 Chris CannamGet the rest to build
2012-07-10 Chris CannamGet Onset and Notes to build against new aubio
2012-07-09 Chris CannamContinuing to update for aubio-git (0.4.0?) api
2012-07-09 Chris Cannam(Start to) remove the channel counts from everywhere...
2012-07-09 Chris CannamUpdate plugin version numbers, remove API version back...
2012-07-09 Chris CannamStart overhaul for (current git, presumably later v0...
2012-07-04 convert-repoupdate tags
2008-12-02 Chris Cannam* minor build fixes
2008-12-01 Chris Cannam...
2008-12-01 Chris Cannam* build stuff
2008-11-12 Chris Cannam* Re-label tempo detector to beat tracker -- in this...
2008-10-29 Chris Cannam* Fix substantial amount of wrongness in getRemainingFe...
2008-10-24 Chris Cannam* Add frequency range limits, frequency-wrap option...
2008-09-18 Chris Cannam* Add hasDuration to output descriptors
2008-09-18 Chris Cannam* Add a note about using v2 api (temporarily, probably)
2008-07-17 Chris Cannam* First bit of Vamp v2 work -- add an optional duration...
2007-10-19 Chris Cannam...
2007-10-09 Chris Cannam...
2007-10-09 Chris Cannam* Add silence detector. But I'm not happy with its...
2007-04-23 Chris Cannam(no commit message)
2007-04-02 Chris Cannam* FLOOR -> floor
2007-02-27 Chris Cannam* Update to support API versioning
2007-02-26 Chris Cannam* Update along with latest Vamp API change
2006-12-12 Chris Cannam* Update to new Vamp process()
2006-10-31 Chris Cannam...
2006-09-21 Chris Cannam* Add category file
2006-05-24 Paul Brossierchange lower pitch limit to D#1
2006-05-22 Chris Cannam...
2006-05-22 Chris Cannam* Add tempo tracker plugin from piem
2006-05-17 Chris Cannam* Add GPL and a basic README
2006-05-17 Paul Brossierset negative timestamps to zero
2006-05-17 Chris Cannam* compensate for (4 + m_median) * m_stepSize latency...
2006-05-17 Chris Cannam* Compensate for 4*stepSize delay in onset detection...
2006-05-16 Paul Brossierinclude math.h, add onset timestamps, fix default block...
2006-05-15 Chris Cannam* Add onset detection function output.
2006-05-11 Chris Cannam* First pass at a simple set of Vamp plugins using...