Mercurial > hg > vamp-aubio-plugins
changeset 63:4cb9ee9e0ffa
plugins/Notes.cpp: improve output description
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 26 Jan 2015 14:44:10 +0100 |
parents | b8148ed9ffe1 |
children | 757e99172fa0 |
files | plugins/Notes.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/Notes.cpp Mon Jan 26 02:11:53 2015 +0100 +++ b/plugins/Notes.cpp Mon Jan 26 14:44:10 2015 +0100 @@ -349,7 +349,7 @@ OutputDescriptor d; d.identifier = "notes"; d.name = "Notes"; - d.description = "Midi style notes"; + d.description = "List of notes detected, with their frequency and velocity"; d.unit = "Hz"; d.hasFixedBinCount = true;