mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Mackie Control: Need signal from session if group parameters change so strips redisplay if group un/hides.
This commit is contained in:
parent
b3fd65d149
commit
9dfdaff1a4
1 changed files with 2 additions and 0 deletions
|
|
@ -717,6 +717,8 @@ MackieControlProtocol::connect_session_signals()
|
|||
session->config.ParameterChanged.connect (session_connections, MISSING_INVALIDATOR, boost::bind (&MackieControlProtocol::notify_parameter_changed, this, _1), this);
|
||||
// receive rude solo changed
|
||||
session->SoloActive.connect(session_connections, MISSING_INVALIDATOR, boost::bind (&MackieControlProtocol::notify_solo_active_changed, this, _1), this);
|
||||
// need to know if group parameters change... might be hidden.
|
||||
session->RouteGroupPropertyChanged.connect(session_connections, MISSING_INVALIDATOR, boost::bind (&MackieControlProtocol::notify_remote_id_changed, this), this);
|
||||
|
||||
// make sure remote id changed signals reach here
|
||||
// see also notify_route_added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue