comparison Example VamPy plugins/PyZeroCrossing.py @ 69:f5b8646494d2

Metadata fixes
author Chris Cannam
date Mon, 17 Nov 2014 12:53:51 +0000
parents 44d56a3d16b7
children
comparison
equal deleted inserted replaced
68:44d56a3d16b7 69:f5b8646494d2
37 def getMaker(self): 37 def getMaker(self):
38 return 'Vampy Example Plugins' 38 return 'Vampy Example Plugins'
39 39
40 def getName(self): 40 def getName(self):
41 return 'Vampy Zero Crossings' 41 return 'Vampy Zero Crossings'
42
43 def getDescription(self):
44 return 'Count the number of simple zero-crossings for the signal within each processing block'
45
46 def getCopyright(self):
47 return 'Plugin By George Fazekas. Freely redistributable example plugin (BSD license)'
42 48
43 def getIdentifier(self): 49 def getIdentifier(self):
44 return 'vampy-zc2' 50 return 'vampy-zc2'
45 51
46 def getMaxChannelCount(self): 52 def getMaxChannelCount(self):