US2400: send_pan_azimuth lookup function (currently mb-only)
[ardour.git] / libs / ardour / ardour / stripable.h
index b80b97005af33b839342a9bda065f0fec2f091d6..28c8fe1d93ff8dd9224121e0a2a6c51a71430070 100644 (file)
@@ -177,6 +177,7 @@ class LIBARDOUR_API Stripable : public SessionObject,
         */
        virtual boost::shared_ptr<AutomationControl> send_level_controllable (uint32_t n) const = 0;
        virtual boost::shared_ptr<AutomationControl> send_enable_controllable (uint32_t n) const = 0;
+       virtual boost::shared_ptr<AutomationControl> send_pan_azi_controllable (uint32_t n) const = 0;
 
        /* for the same value of @param n, this returns the name of the send
         * associated with the pair of controllables returned by the above two methods.