summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc_select_observer.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2016-07-20 08:59:06 -0700
committerLen Ovens <len@ovenwerks.net>2016-07-20 08:59:06 -0700
commitb502d689e29183595505c1b1180298d2f11158dc (patch)
tree51d9cbc9aad6a1b780b592242a640eac7f850fa0 /libs/surfaces/osc/osc_select_observer.h
parent72a91ae2744ec782578d10407e496e7d97b61db5 (diff)
OSC: comp mode control text needs to be changed by signal too.
Diffstat (limited to 'libs/surfaces/osc/osc_select_observer.h')
-rw-r--r--libs/surfaces/osc/osc_select_observer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaces/osc/osc_select_observer.h b/libs/surfaces/osc/osc_select_observer.h
index 59409e3607..d751ec2b3e 100644
--- a/libs/surfaces/osc/osc_select_observer.h
+++ b/libs/surfaces/osc/osc_select_observer.h
@@ -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);