X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Fosc%2Fosc_select_observer.h;h=ba179e7979d4f683c812ffab29d84ac3b0a6ffd8;hb=e78a177dbba80fe600d7c4015c861b8b2ac41a05;hp=59409e360798d72e4bfa3cbdafcaab346e2385c8;hpb=3ab200acaabddd38ee12a45a906f497e2df54173;p=ardour.git diff --git a/libs/surfaces/osc/osc_select_observer.h b/libs/surfaces/osc/osc_select_observer.h index 59409e3607..ba179e7979 100644 --- a/libs/surfaces/osc/osc_select_observer.h +++ b/libs/surfaces/osc/osc_select_observer.h @@ -53,13 +53,17 @@ class OSCSelectObserver std::string path; uint32_t gainmode; std::bitset<32> feedback; + std::vector 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 controllable); + void enable_message (std::string path, boost::shared_ptr controllable); + void comp_mode (void); void change_message_with_id (std::string path, uint32_t id, boost::shared_ptr controllable); + void enable_message_with_id (std::string path, uint32_t id, boost::shared_ptr 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 controllable);