# HG changeset patch # User Chris Cannam # Date 1177342773 0 # Node ID 8c154bb55af949d51142431c7eaa44c633a84510 # Parent 30153569c1a6450fb3fedec0342055ccee6659d3 diff -r 30153569c1a6 -r 8c154bb55af9 README --- a/README Mon Apr 02 10:14:16 2007 +0000 +++ b/README Mon Apr 23 15:39:33 2007 +0000 @@ -5,8 +5,9 @@ A set of Vamp plugins (http://www.sonicvisualiser.org/vamp.html) for audio feature extraction using Paul Brossier's aubio (http://aubio.piem.org/). -This set includes three plugins: Onset for onset detection, Pitch for -pitch tracking, and Notes for combined onset and pitch. These plugins +This set includes four plugins: Onset for onset detection, Pitch for +pitch tracking, Notes for combined onset and pitch, and Tempo to +estimate and track beats based on onset locations. These plugins compile into a single plugin library called vamp-aubio.so (the file extension may vary depending on your platform). @@ -16,7 +17,7 @@ succeeds, copy the vamp-aubio library file into your personal or system Vamp plugin location. -These plugins are Copyright 2006 Chris Cannam, distributed under the +These plugins are Copyright 2007 Chris Cannam, distributed under the GNU General Public License. (Of course, the real work is done by the aubio library.)