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