FP8: call directly into session.
This commit is contained in:
parent
8337982766
commit
766113a024
@ -322,7 +322,7 @@ FaderPort8::button_solo_clear ()
|
|||||||
_solo_state.push_back (boost::weak_ptr<AutomationControl>(sc));
|
_solo_state.push_back (boost::weak_ptr<AutomationControl>(sc));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
AccessAction ("Main", "cancel-solo");
|
cancel_all_solo (); // AccessAction ("Main", "cancel-solo");
|
||||||
} else {
|
} else {
|
||||||
/* restore solo */
|
/* restore solo */
|
||||||
boost::shared_ptr<ControlList> cl (new ControlList);
|
boost::shared_ptr<ControlList> cl (new ControlList);
|
||||||
|
Loading…
Reference in New Issue
Block a user