Mercurial > hg > vampy
comparison 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 |
comparison
equal
deleted
inserted
replaced
67:146d14ab15e7 | 68:44d56a3d16b7 |
---|---|
84 | 84 |
85 def getParameterDescriptors(self): | 85 def getParameterDescriptors(self): |
86 paramlist1={ | 86 paramlist1={ |
87 'identifier':'threshold', | 87 'identifier':'threshold', |
88 'name':'Noise threshold', | 88 'name':'Noise threshold', |
89 'description':'', | 89 'description':'Magnitude below which a process block will be considered to be all zero', |
90 'unit':'v', | 90 'unit':'v', |
91 'minValue':0.0, | 91 'minValue':0.0, |
92 'maxValue':0.5, | 92 'maxValue':0.5, |
93 'defaultValue':0.005, | 93 'defaultValue':0.005, |
94 'isQuantized':False | 94 'isQuantized':False |