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:
Paul Davis 2016-02-01 22:52:16 -05:00
parent f295f41683
commit 36b11098a2
8 changed files with 195 additions and 407 deletions

View file

@ -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 ();
}
}