diff Example VamPy plugins/PyZeroCrossing.py @ 68:44d56a3d16b7

Various fixes to the example plugins
author Chris Cannam
date Mon, 17 Nov 2014 11:44:15 +0000
parents 27bab3a16c9a
children f5b8646494d2
line wrap: on
line diff
--- a/Example VamPy plugins/PyZeroCrossing.py	Mon Nov 17 10:03:44 2014 +0000
+++ b/Example VamPy plugins/PyZeroCrossing.py	Mon Nov 17 11:44:15 2014 +0000
@@ -86,7 +86,7 @@
 		paramlist1={
 		'identifier':'threshold',
 		'name':'Noise threshold',
-		'description':'',
+		'description':'Magnitude below which a process block will be considered to be all zero',
 		'unit':'v',
 		'minValue':0.0,
 		'maxValue':0.5,