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