comparison TempogramPlugin.cpp @ 53:b373b9da2de0

Correct default value in reference tempo
author Chris Cannam
date Tue, 30 Sep 2014 17:23:34 +0100
parents eff9dc53de62
children 180624d62a4c
comparison
equal deleted inserted replaced
52:eff9dc53de62 53:b373b9da2de0
239 d8.isQuantized = true; 239 d8.isQuantized = true;
240 d8.quantizeStep = 1; 240 d8.quantizeStep = 1;
241 list.push_back(d8); 241 list.push_back(d8);
242 242
243 ParameterDescriptor d9; 243 ParameterDescriptor d9;
244 d8.identifier = "refBPM"; 244 d9.identifier = "refBPM";
245 d8.name = "Cyclic Tempogram Reference Tempo"; 245 d9.name = "Cyclic Tempogram Reference Tempo";
246 d8.description = "The reference tempo used when calculating the Cyclic Tempogram parameter \'s\'."; 246 d9.description = "The reference tempo used when calculating the Cyclic Tempogram parameter \'s\'.";
247 d8.unit = ""; 247 d9.unit = "";
248 d8.minValue = 5; 248 d9.minValue = 5;
249 d8.maxValue = 60; 249 d9.maxValue = 60;
250 d8.defaultValue = 30; 250 d9.defaultValue = 60;
251 d8.isQuantized = true; 251 d9.isQuantized = true;
252 d8.quantizeStep = 1; 252 d9.quantizeStep = 1;
253 list.push_back(d8); 253 list.push_back(d9);
254 254
255 return list; 255 return list;
256 } 256 }
257 257
258 float 258 float