Mercurial > hg > nnls-chroma
comparison Chordino.cpp @ 95:dab7e7bfeba1 matthiasm-plugin 0.2
added release notes, updated README
author | matthiasm |
---|---|
date | Fri, 03 Dec 2010 00:46:12 +0900 |
parents | a76598852303 |
children | 99b87ce4bb70 |
comparison
equal
deleted
inserted
replaced
94:19f3b33a19fb | 95:dab7e7bfeba1 |
---|---|
146 list.push_back(d3); | 146 list.push_back(d3); |
147 | 147 |
148 ParameterDescriptor boostn; | 148 ParameterDescriptor boostn; |
149 boostn.identifier = "boostn"; | 149 boostn.identifier = "boostn"; |
150 boostn.name = "boost N"; | 150 boostn.name = "boost N"; |
151 boostn.description = "Relative weight of the N label."; | 151 boostn.description = "Boost likelihood of the N (no chord) label."; |
152 boostn.unit = ""; | 152 boostn.unit = ""; |
153 boostn.minValue = 1.0; | 153 boostn.minValue = 0.0; |
154 boostn.maxValue = 2.0; | 154 boostn.maxValue = 1.0; |
155 boostn.defaultValue = 1.1; | 155 boostn.defaultValue = 0.1; |
156 boostn.isQuantized = false; | 156 boostn.isQuantized = false; |
157 list.push_back(boostn); | 157 list.push_back(boostn); |
158 | 158 |
159 return list; | 159 return list; |
160 } | 160 } |