Mercurial > hg > vamp-plugin-sdk
comparison examples/PercussionOnsetDetector.cpp @ 43:3bbe244611bb
* Update version number to 1.0, some textual tweaks
author | cannam |
---|---|
date | Tue, 31 Oct 2006 19:55:47 +0000 |
parents | e8ecff3a9001 |
children | be8fdfe25693 |
comparison
equal
deleted
inserted
replaced
42:1eb2419fc326 | 43:3bbe244611bb |
---|---|
74 } | 74 } |
75 | 75 |
76 string | 76 string |
77 PercussionOnsetDetector::getMaker() const | 77 PercussionOnsetDetector::getMaker() const |
78 { | 78 { |
79 return "Queen Mary, University of London"; | 79 return "Vamp SDK Example Plugins"; |
80 } | 80 } |
81 | 81 |
82 int | 82 int |
83 PercussionOnsetDetector::getPluginVersion() const | 83 PercussionOnsetDetector::getPluginVersion() const |
84 { | 84 { |