Mercurial > hg > vamp-fanchirp
changeset 33:b21704074c9c spect tip
Ensure default parameter values match the actual internal defaults
author | Chris Cannam |
---|---|
date | Fri, 07 Feb 2020 11:49:39 +0000 |
parents | 297eb6a19824 |
children | |
files | FChTransformF0gram.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/FChTransformF0gram.cpp Tue Dec 10 08:35:03 2019 +0000 +++ b/FChTransformF0gram.cpp Fri Feb 07 11:49:39 2020 +0000 @@ -260,7 +260,7 @@ alpha_max.unit = "Hz/s"; alpha_max.minValue = -10; alpha_max.maxValue = 10; - alpha_max.defaultValue = 5; + alpha_max.defaultValue = 4; alpha_max.isQuantized = true; alpha_max.quantizeStep = 1.0; list.push_back(alpha_max); @@ -284,7 +284,7 @@ alpha_dist.unit = ""; alpha_dist.minValue = 0; alpha_dist.maxValue = 1; - alpha_dist.defaultValue = 1; + alpha_dist.defaultValue = 0; alpha_dist.isQuantized = true; alpha_dist.quantizeStep = 1.0; // lin (0), log (1)