comparison 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
comparison
equal deleted inserted replaced
190:c02db1f4680a 198:28cbc7eaf415
74 } 74 }
75 75
76 string 76 string
77 Silvet::getDescription() const 77 Silvet::getDescription() const
78 { 78 {
79 // Return something helpful here! 79 return "Estimate the note onsets, pitches, and durations that make up a music recording.";
80 return "";
81 } 80 }
82 81
83 string 82 string
84 Silvet::getMaker() const 83 Silvet::getMaker() const
85 { 84 {
86 // Your name here 85 return "Queen Mary, University of London";
87 return "";
88 } 86 }
89 87
90 int 88 int
91 Silvet::getPluginVersion() const 89 Silvet::getPluginVersion() const
92 { 90 {
94 } 92 }
95 93
96 string 94 string
97 Silvet::getCopyright() const 95 Silvet::getCopyright() const
98 { 96 {
99 // This function is not ideally named. It does not necessarily 97 return "Method by Emmanouil Benetos and Simon Dixon; plugin by Chris Cannam and Emmanouil Benetos. GPL licence.";
100 // need to say who made the plugin -- getMaker does that -- but it
101 // should indicate the terms under which it is distributed. For
102 // example, "Copyright (year). All Rights Reserved", or "GPL"
103 return "";
104 } 98 }
105 99
106 Silvet::InputDomain 100 Silvet::InputDomain
107 Silvet::getInputDomain() const 101 Silvet::getInputDomain() const
108 { 102 {