summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2018-07-05 23:24:30 -0700
committerLen Ovens <len@ovenwerks.net>2018-07-05 23:24:30 -0700
commit3322e6f5a596c69a3c6e5fc3167fbebb69794887 (patch)
treecac724359c6b8671315144aefa06d25d279bd37f /libs/surfaces/osc/osc.h
parent2d40773755484ded82736177cf15b6a7900c7dc8 (diff)
OSC: make temp modes work with linked surfaces too
Diffstat (limited to 'libs/surfaces/osc/osc.h')
-rw-r--r--libs/surfaces/osc/osc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaces/osc/osc.h b/libs/surfaces/osc/osc.h
index 1999873677..6795ff39ef 100644
--- a/libs/surfaces/osc/osc.h
+++ b/libs/surfaces/osc/osc.h
@@ -217,6 +217,7 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI<OSCUIRequest>
uint32_t custom_mode; // use custom strip list
OSCTempMode temp_mode; // use custom strip list
Sorted temp_strips; // temp strip list for grouponly, vcaonly, auxonly
+ boost::shared_ptr<ARDOUR::Stripable> temp_master; // temp master stripable
std::bitset<32> strip_types; // strip_types for this linkset
Sorted strips; // list of valid strips in order for this set
};