Mercurial > hg > silvet
diff src/Silvet.cpp @ 191:ec19a15bee82
RDF file, and some copyright etc updates
author | Chris Cannam |
---|---|
date | Wed, 04 Jun 2014 09:55:31 +0100 |
parents | 59e3cca75b8d |
children | 28cbc7eaf415 5bde003a43a9 |
line wrap: on
line diff
--- a/src/Silvet.cpp Fri May 23 18:17:59 2014 +0100 +++ b/src/Silvet.cpp Wed Jun 04 09:55:31 2014 +0100 @@ -70,15 +70,13 @@ string Silvet::getDescription() const { - // Return something helpful here! - return ""; + return "Estimate the note onsets, pitches, and durations that make up a music recording."; } string Silvet::getMaker() const { - // Your name here - return ""; + return "Queen Mary, University of London"; } int @@ -90,11 +88,7 @@ string Silvet::getCopyright() const { - // This function is not ideally named. It does not necessarily - // need to say who made the plugin -- getMaker does that -- but it - // should indicate the terms under which it is distributed. For - // example, "Copyright (year). All Rights Reserved", or "GPL" - return ""; + return "Method by Emmanouil Benetos and Simon Dixon; plugin by Chris Cannam and Emmanouil Benetos. GPL licence."; } Silvet::InputDomain