summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc_route_observer.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2017-11-06 13:37:37 -0800
committerLen Ovens <len@ovenwerks.net>2017-11-06 13:38:18 -0800
commitbb8d65c52839362937c153c3c716ad0a4789c067 (patch)
tree0482fb75d26e6d5fd754fd1e98afe47b4fb40879 /libs/surfaces/osc/osc_route_observer.h
parent77a94e1015b6a9dad8273b0cb9337253f9e93eb2 (diff)
OSC link: make selection work correctly
Diffstat (limited to 'libs/surfaces/osc/osc_route_observer.h')
-rw-r--r--libs/surfaces/osc/osc_route_observer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/surfaces/osc/osc_route_observer.h b/libs/surfaces/osc/osc_route_observer.h
index 88a5f211fb..f51f722eee 100644
--- a/libs/surfaces/osc/osc_route_observer.h
+++ b/libs/surfaces/osc/osc_route_observer.h
@@ -45,6 +45,7 @@ class OSCRouteObserver
void tick (void);
void send_select_status (const PBD::PropertyChange&);
void refresh_strip (bool force);
+ void set_expand (uint32_t expand);
void clear_strip ();
private:
@@ -65,7 +66,7 @@ class OSCRouteObserver
float _last_gain;
float _last_trim;
bool _init;
- bool _expand;
+ uint32_t _expand;
bool in_line;
ARDOUR::AutoState as;
bool _tick_busy;