Mercurial > hg > vampy
diff Example VamPy plugins/PySpectralFeatures.py @ 69:f5b8646494d2
Metadata fixes
author | Chris Cannam |
---|---|
date | Mon, 17 Nov 2014 12:53:51 +0000 |
parents | 44d56a3d16b7 |
children |
line wrap: on
line diff
--- a/Example VamPy plugins/PySpectralFeatures.py Mon Nov 17 11:44:15 2014 +0000 +++ b/Example VamPy plugins/PySpectralFeatures.py Mon Nov 17 12:53:51 2014 +0000 @@ -54,7 +54,10 @@ def getDescription(self): return 'A collection of low-level spectral descriptors.' - + + def getCopyright(self): + return 'Plugin By George Fazekas. Freely redistributable example plugin (BSD license)' + def getMaxChannelCount(self): return 1