OSC: Add Automation mode feedback to /strip
[ardour.git] / libs / surfaces / osc / osc_route_observer.h
index ef9bfb7ba2cf52d8e1e458240a5e5001092261d8..a445334b3cd70593743e9dc2d1287979c9e516fc 100644 (file)
@@ -65,6 +65,7 @@ class OSCRouteObserver
        void text_with_id (std::string path, uint32_t id, std::string name);
        void send_monitor_status (boost::shared_ptr<PBD::Controllable> controllable);
        void send_gain_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);
+       void gain_automation (std::string path);
        void send_trim_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);
        std::string set_path (std::string path);
        void clear_strip (std::string path, float val);