13
0

Add virtual slaved, slaved_to calls to stripable

This commit is contained in:
Len Ovens 2018-03-07 08:49:57 -08:00
parent d1290e82db
commit 5fe704e8c3

View File

@ -121,6 +121,9 @@ class LIBARDOUR_API Stripable : public SessionObject,
virtual boost::shared_ptr<AutomationControl> rec_enable_control() const { return boost::shared_ptr<AutomationControl>(); }
virtual boost::shared_ptr<AutomationControl> rec_safe_control() const { return boost::shared_ptr<AutomationControl>(); }
virtual bool slaved_to (boost::shared_ptr<VCA>) const = 0;
virtual bool slaved () const = 0;
/* "well-known" controls for panning. Any or all of these may return
* null.
*/