mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
mackie: substantial reworking of flip mode with large chunks of code no longer used.
Flip mode only works in Sends subview mode. Display is incorrect when flipped - vpot is still updated by send level changes. TO BE FIXED.
This commit is contained in:
parent
f295f41683
commit
36b11098a2
8 changed files with 195 additions and 407 deletions
|
|
@ -1019,15 +1019,7 @@ void
|
|||
Surface::update_flip_mode_display ()
|
||||
{
|
||||
for (Strips::iterator s = strips.begin(); s != strips.end(); ++s) {
|
||||
(*s)->potmode_changed (true);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
Surface::update_potmode ()
|
||||
{
|
||||
for (Strips::iterator s = strips.begin(); s != strips.end(); ++s) {
|
||||
(*s)->potmode_changed (false);
|
||||
(*s)->flip_mode_changed ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue