[Summary] Progressing MASTER UI and occasional cleanup

This commit is contained in:
VKamyshniy 2014-07-16 00:11:50 +03:00
parent a974f118e0
commit 596e3b9140
18 changed files with 158 additions and 175 deletions

View file

@ -124,13 +124,13 @@ static float vu_standard() {
float
LevelMeterBase::update_meters ()
{
vector<MeterInfo>::iterator i;
uint32_t n;
if (!_meter) {
return 0.0f;
}
vector<MeterInfo>::iterator i;
uint32_t n;
uint32_t nmidi = _meter->input_streams().n_midi();
for (n = 0, i = meters.begin(); i != meters.end(); ++i, ++n) {