Add session signal to track mute-changes
In preparation for Faderport8 "Mute Clear" LED Button.
This commit is contained in:
parent
bcab83205b
commit
ea8eb956ff
@ -853,6 +853,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
|
||||
|
||||
PBD::Signal1<void,bool> SoloActive;
|
||||
PBD::Signal0<void> SoloChanged;
|
||||
PBD::Signal0<void> MuteChanged;
|
||||
PBD::Signal0<void> IsolatedChanged;
|
||||
PBD::Signal0<void> MonitorChanged;
|
||||
|
||||
|
@ -3848,6 +3848,7 @@ Session::remove_route (boost::shared_ptr<Route> route)
|
||||
void
|
||||
Session::route_mute_changed ()
|
||||
{
|
||||
MuteChanged (); /* EMIT SIGNAL */
|
||||
set_dirty ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user