comparison Example VamPy plugins/PyZeroCrossing.py @ 26:ba3686eb697c

examples now pass all tests
author fazekasgy
date Wed, 19 Aug 2009 15:21:17 +0000
parents 7d28bed0864e
children
comparison
equal deleted inserted replaced
25:7648f3f2fa14 26:ba3686eb697c
72 72
73 def getParameterDescriptors(self): 73 def getParameterDescriptors(self):
74 paramlist1={ 74 paramlist1={
75 'identifier':'threshold', 75 'identifier':'threshold',
76 'name':'Noise threshold', 76 'name':'Noise threshold',
77 'description':'', 77 'description':'Noise threshold',
78 'unit':'v', 78 'unit':'v',
79 'minValue':0.0, 79 'minValue':0.0,
80 'maxValue':0.5, 80 'maxValue':0.5,
81 'defaultValue':0.005, 81 'defaultValue':0.005,
82 'isQuantized':False 82 'isQuantized':False