OSC: provide human readable level for sends.
[ardour.git] / libs / surfaces / osc / osc_select_observer.h
index 59409e360798d72e4bfa3cbdafcaab346e2385c8..ba179e7979d4f683c812ffab29d84ac3b0a6ffd8 100644 (file)
@@ -53,13 +53,17 @@ class OSCSelectObserver
        std::string path;
        uint32_t gainmode;
        std::bitset<32> feedback;
+       std::vector<int> send_timeout;
        float _last_meter;
        uint32_t nsends;
 
 
        void name_changed (const PBD::PropertyChange& what_changed);
        void change_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);
+       void enable_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);
+       void comp_mode (void);
        void change_message_with_id (std::string path, uint32_t id, boost::shared_ptr<PBD::Controllable> controllable);
+       void enable_message_with_id (std::string path, uint32_t id, boost::shared_ptr<PBD::Controllable> controllable);
        void text_message (std::string path, std::string text);
        void text_with_id (std::string path, uint32_t id, std::string name);
        void monitor_status (boost::shared_ptr<PBD::Controllable> controllable);