Mercurial > hg > qm-vamp-plugins
comparison plugins/BarBeatTrack.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 |
---|---|
146 | 146 |
147 // changes are as per the BeatTrack.cpp | 147 // changes are as per the BeatTrack.cpp |
148 //User input tempo | 148 //User input tempo |
149 desc.identifier = "inputtempo"; | 149 desc.identifier = "inputtempo"; |
150 desc.name = "Tempo Hint"; | 150 desc.name = "Tempo Hint"; |
151 desc.description = "User-defined tempo on which to centre the probability distribution"; | 151 desc.description = "User-defined tempo on which to centre the tempo preference function"; |
152 desc.minValue = 50; | 152 desc.minValue = 50; |
153 desc.maxValue = 250; | 153 desc.maxValue = 250; |
154 desc.defaultValue = 120; | 154 desc.defaultValue = 120; |
155 desc.unit = "BPM"; | 155 desc.unit = "BPM"; |
156 desc.isQuantized = true; | 156 desc.isQuantized = true; |