From caf057f06dbe307e4a53580665b0f2166fe8a2c5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 8 May 2020 06:35:08 +0200 Subject: Experiment: propagate solo-state with internal-sends So far internal-sends were explicitly special-cased, and implicit solo-state only was only forwarded for direct up/down-stream connections. ...and nobody can remember why :) This restriction is removed, so far mainly with commenting-out code, as experiment. Internal sends are not only more convenient, but also required in cases where direct connections result in ambiguous latency. --- libs/ardour/ardour/internal_send.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/internal_send.h b/libs/ardour/ardour/internal_send.h index faa2053e92..86c801b59c 100644 --- a/libs/ardour/ardour/internal_send.h +++ b/libs/ardour/ardour/internal_send.h @@ -83,6 +83,8 @@ private: void init_gain (); int use_target (boost::shared_ptr, bool update_name = true); void target_io_changed (); + + void propagate_solo (bool); }; } // namespace ARDOUR -- cgit v1.2.3