OSC: Finished Select send levels
[ardour.git] / libs / surfaces / osc / osc_route_observer.h
index 220eb176ffd54c5c93d69632f628983e8625b9ed..cef044a58216b5dfaf1a96b95706c3e1bbe7caf2 100644 (file)
@@ -40,6 +40,7 @@ class OSCRouteObserver
        boost::shared_ptr<ARDOUR::Stripable> strip () const { return _strip; }
        lo_address address() const { return addr; };
        void tick (void);
+       void send_select_status (void);
 
   private:
        boost::shared_ptr<ARDOUR::Stripable> _strip;