OSC: comp mode control text needs to be changed by signal too.
[ardour.git] / libs / surfaces / osc / osc_select_observer.h
index 59409e360798d72e4bfa3cbdafcaab346e2385c8..d751ec2b3e29cfbb9d87bff911c886326a52261b 100644 (file)
@@ -59,6 +59,7 @@ class OSCSelectObserver
 
        void name_changed (const PBD::PropertyChange& what_changed);
        void change_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 text_message (std::string path, std::string text);
        void text_with_id (std::string path, uint32_t id, std::string name);