comparison PyPlugin.h @ 22:1ae350e97f93

* Add quantizeStep to parameter descriptor!
author cannam
date Tue, 14 Jul 2009 15:54:03 +0000
parents e9cf443b18f5
children 7d28bed0864e
comparison
equal deleted inserted replaced
21:ef3452f4a0c9 22:1ae350e97f93
76 description, 76 description,
77 unit, 77 unit,
78 minValue, 78 minValue,
79 maxValue, 79 maxValue,
80 defaultValue, 80 defaultValue,
81 isQuantized 81 isQuantized,
82 quantizeStep
82 }; 83 };
83 } 84 }
84 85
85 enum eSampleTypes { 86 enum eSampleTypes {
86 OneSamplePerStep, 87 OneSamplePerStep,