diff src/Silvet.cpp @ 198:28cbc7eaf415 noteagent

Merge from the default branch
author Chris Cannam
date Wed, 04 Jun 2014 11:46:01 +0100
parents 3de7c871d9c8 ec19a15bee82
children
line wrap: on
line diff
--- a/src/Silvet.cpp	Thu May 29 15:18:14 2014 +0100
+++ b/src/Silvet.cpp	Wed Jun 04 11:46:01 2014 +0100
@@ -76,15 +76,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
@@ -96,11 +94,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