Mercurial > hg > vampy
diff Example VamPy plugins/PyZeroCrossing.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/PyZeroCrossing.py Mon Nov 17 11:44:15 2014 +0000 +++ b/Example VamPy plugins/PyZeroCrossing.py Mon Nov 17 12:53:51 2014 +0000 @@ -39,6 +39,12 @@ def getName(self): return 'Vampy Zero Crossings' + + def getDescription(self): + return 'Count the number of simple zero-crossings for the signal within each processing block' + + def getCopyright(self): + return 'Plugin By George Fazekas. Freely redistributable example plugin (BSD license)' def getIdentifier(self): return 'vampy-zc2'