mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
forward-propagate Changed signals through VCA master-slave connections
This commit is contained in:
parent
7f244ce14d
commit
a4935eca6d
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ GainControl::add_master (boost::shared_ptr<VCA> vca)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
vca->DropReferences.connect_same_thread (masters_connections, boost::bind (&GainControl::master_going_away, this, vca));
|
vca->DropReferences.connect_same_thread (masters_connections, boost::bind (&GainControl::master_going_away, this, vca));
|
||||||
|
vca->control()->Changed.connect_same_thread (masters_connections, boost::bind (&PBD::Signal0<void>::operator(), &Changed));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (old_master_val != new_master_val) {
|
if (old_master_val != new_master_val) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue