summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc_select_observer.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2016-07-07 11:36:31 -0700
committerLen Ovens <len@ovenwerks.net>2016-07-07 11:36:31 -0700
commit295a7dfcf3acf664046ca5331555647ddd4b0dbc (patch)
tree6cd8d2acb7f0d078441428ed6153e7c99ce3413d /libs/surfaces/osc/osc_select_observer.h
parentb68c28986cb2e142c7559351e752e24ef2f19024 (diff)
OSC: Add feedback for known pan controls and known compressor controls
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 dd79405a56..448f9cf4da 100644
--- a/libs/surfaces/osc/osc_select_observer.h
+++ b/libs/surfaces/osc/osc_select_observer.h
@@ -58,6 +58,7 @@ class OSCSelectObserver
void name_changed (const PBD::PropertyChange& what_changed);
void change_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);
+ void text_message (std::string path, std::string text);
void monitor_status (boost::shared_ptr<PBD::Controllable> controllable);
void gain_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);
void trim_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);