Mercurial > hg > vampy
comparison PyTypeInterface.h @ 62:74703a562ce3
Added valueNames attribute to parameter descriptor
author | gyorgyf |
---|---|
date | Sat, 05 Oct 2013 13:21:47 +0100 |
parents | c1e4f706ca9a |
children | 5664fe298af2 |
comparison
equal
deleted
inserted
replaced
60:82a176a8a202 | 62:74703a562ce3 |
---|---|
70 unit, | 70 unit, |
71 minValue, | 71 minValue, |
72 maxValue, | 72 maxValue, |
73 defaultValue, | 73 defaultValue, |
74 isQuantized, | 74 isQuantized, |
75 quantizeStep | 75 quantizeStep, |
76 valueNames | |
76 }; | 77 }; |
77 } | 78 } |
78 | 79 |
79 enum eSampleTypes { | 80 enum eSampleTypes { |
80 OneSamplePerStep, | 81 OneSamplePerStep, |