summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc_route_observer.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2016-08-17 08:24:57 -0700
committerLen Ovens <len@ovenwerks.net>2016-08-17 08:24:57 -0700
commit8708da2d198f4cf56c04aa5c351668e36b1a831e (patch)
tree0608e45fad6bffcb857592fae724886f2d133fbd /libs/surfaces/osc/osc_route_observer.h
parent613ff660422bff56c606925dce8d464a89076749 (diff)
OSC: Add value feedback to strip fader and trim
Diffstat (limited to 'libs/surfaces/osc/osc_route_observer.h')
-rw-r--r--libs/surfaces/osc/osc_route_observer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/surfaces/osc/osc_route_observer.h b/libs/surfaces/osc/osc_route_observer.h
index 7a0213d1d8..321dc7ce21 100644
--- a/libs/surfaces/osc/osc_route_observer.h
+++ b/libs/surfaces/osc/osc_route_observer.h
@@ -53,10 +53,13 @@ class OSCRouteObserver
uint32_t gainmode;
std::bitset<32> feedback;
float _last_meter;
+ uint32_t gain_timeout;
+ uint32_t trim_timeout;
void name_changed (const PBD::PropertyChange& what_changed);
void send_change_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);
+ void text_with_id (std::string path, uint32_t id, std::string name);
void send_monitor_status (boost::shared_ptr<PBD::Controllable> controllable);
void send_gain_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);
void send_trim_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);