mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add a meter to Foldback bus
Spaces got replaced by tabs as well.
This commit is contained in:
parent
21bb10238e
commit
8e1e271eba
3 changed files with 117 additions and 49 deletions
|
|
@ -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 ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue