Add a meter to Foldback bus

Spaces got replaced by tabs as well.
This commit is contained in:
Len Ovens 2020-05-07 17:12:36 -07:00
parent 21bb10238e
commit 8e1e271eba
3 changed files with 117 additions and 49 deletions

View file

@ -1388,6 +1388,9 @@ Mixer_UI::fast_update_strips ()
for (list<MixerStrip *>::iterator i = strips.begin(); i != strips.end(); ++i) {
(*i)->fast_update ();
}
if (foldback_strip) {
foldback_strip->fast_update ();
}
}
}