summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-05-08 07:15:31 +0200
committerRobin Gareus <robin@gareus.org>2020-05-08 14:59:44 +0200
commit21f2c01fcdd92db6edaeeaf69b88ba70983cfb1c (patch)
tree86fc2d5265637560618e265da175680023e2f7b5 /libs/ardour/ardour
parentcaf057f06dbe307e4a53580665b0f2166fe8a2c5 (diff)
Fix aux-send solo propagation
* Do not allow new send to change implicit solo (no propagation) * Propagate changes to due aux-send removal upstream to tracks or busses connected to the source route. * Forward solo-isolate
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/internal_send.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/internal_send.h b/libs/ardour/ardour/internal_send.h
index 86c801b59c..c952b1378f 100644
--- a/libs/ardour/ardour/internal_send.h
+++ b/libs/ardour/ardour/internal_send.h
@@ -84,7 +84,7 @@ private:
int use_target (boost::shared_ptr<Route>, bool update_name = true);
void target_io_changed ();
- void propagate_solo (bool);
+ void propagate_solo ();
};
} // namespace ARDOUR