Mercurial > hg > qm-vamp-plugins
comparison plugins/BeatTrack.cpp @ 151:87c13eccd52e
More wording changes
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 02 Sep 2013 16:34:50 +0100 |
parents | c45f74550f38 |
children | 38502a1595ff |
comparison
equal
deleted
inserted
replaced
150:7c7881bbb6ca | 151:87c13eccd52e |
---|---|
169 | 169 |
170 // MEPD new exposed parameter - used in the periodicity estimation | 170 // MEPD new exposed parameter - used in the periodicity estimation |
171 //User input tempo | 171 //User input tempo |
172 desc.identifier = "inputtempo"; | 172 desc.identifier = "inputtempo"; |
173 desc.name = "Tempo Hint"; | 173 desc.name = "Tempo Hint"; |
174 desc.description = "User-defined tempo on which to centre the probability distribution"; | 174 desc.description = "User-defined tempo on which to centre the tempo preference function"; |
175 desc.minValue = 50; | 175 desc.minValue = 50; |
176 desc.maxValue = 250; | 176 desc.maxValue = 250; |
177 desc.defaultValue = 120; | 177 desc.defaultValue = 120; |
178 desc.unit = "BPM"; | 178 desc.unit = "BPM"; |
179 desc.isQuantized = true; | 179 desc.isQuantized = true; |