add two more AutomationControl fetch methods to Stripable
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 16 May 2016 20:44:14 +0000 (16:44 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 31 May 2016 19:30:42 +0000 (15:30 -0400)
libs/ardour/ardour/stripable.h

index 274a0109dcc4d292191b121f2bf7d9355c3bc4f9..ddf83366c7608617533c7447d9b403d16dd818bf 100644 (file)
@@ -95,6 +95,8 @@ class LIBARDOUR_API Stripable : public SessionObject {
        virtual boost::shared_ptr<GainControl> gain_control() const = 0;
 
        virtual boost::shared_ptr<SoloControl> solo_control() const = 0;
+       virtual boost::shared_ptr<SoloIsolateControl> solo_isolate_control() const = 0;
+       virtual boost::shared_ptr<SoloSafeControl> solo_safe_control() const = 0;
        virtual boost::shared_ptr<MuteControl> mute_control() const = 0;
 
        virtual boost::shared_ptr<PhaseControl> phase_control() const = 0;