Mercurial > hg > may
changeset 64:997e6b3ff721
Another structured type
author | Chris Cannam |
---|---|
date | Mon, 14 Jan 2013 16:37:58 +0000 |
parents | c4d74b8e1f13 |
children | 8f4fee56853a |
files | vamp.yeti |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/vamp.yeti Mon Jan 14 14:24:12 2013 +0000 +++ b/vamp.yeti Mon Jan 14 16:37:58 2013 +0000 @@ -68,8 +68,7 @@ minValue = pd#minValue, maxValue = pd#maxValue, defaultValue = pd#defaultValue, - isQuantized = pd#isQuantized, - quantizeStep = pd#quantizeStep, + get quantize () = if pd#isQuantized then QuantizeStep pd#quantizeStep else Unquantized () fi, valueNames = map string pd#valueNames };