# HG changeset patch # User Chris Cannam # Date 1405338277 -3600 # Node ID 72dd182be9688824fdc7354c76912d0ce8322dce # Parent 768c690975ea3c91b1e44ea60b48d3bf3a7439ac Typo fix diff -r 768c690975ea -r 72dd182be968 cqvamp.n3 --- a/cqvamp.n3 Mon Jul 14 12:42:30 2014 +0100 +++ b/cqvamp.n3 Mon Jul 14 12:44:37 2014 +0100 @@ -33,7 +33,7 @@ plugbase:cqchromavamp a vamp:Plugin ; dc:title "Chromagram" ; vamp:name "Chromagram" ; - dc:description """Extract a Constant-Q spectrogram with constant ratio of centre frequency to resolution from the audio, then wrapping it around into a single-octave chromagram.""" ; + dc:description """Extract a Constant-Q spectrogram with constant ratio of centre frequency to resolution from the audio, then wrap it around into a single-octave chromagram.""" ; foaf:maker :library_maker ; dc:rights """Plugin by Chris Cannam. Method by Christian Schörkhuber and Anssi Klapuri. Copyright (c) 2014 QMUL. BSD/MIT licence.""" ; # cc:license ; diff -r 768c690975ea -r 72dd182be968 vamp/CQChromaVamp.cpp --- a/vamp/CQChromaVamp.cpp Mon Jul 14 12:42:30 2014 +0100 +++ b/vamp/CQChromaVamp.cpp Mon Jul 14 12:44:37 2014 +0100 @@ -82,7 +82,7 @@ string CQChromaVamp::getDescription() const { - return "Extract a Constant-Q spectrogram with constant ratio of centre frequency to resolution from the audio, then wrapping it around into a single-octave chromagram."; + return "Extract a Constant-Q spectrogram with constant ratio of centre frequency to resolution from the audio, then wrap it around into a single-octave chromagram."; } string