summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2016-10-30 17:50:38 -0700
committerLen Ovens <len@ovenwerks.net>2016-10-30 17:50:38 -0700
commit77c91067691974d469fd0a9ba713863903e62a33 (patch)
tree727128da6725da0af83aaf9c83b4384e4fc4c05c /libs/surfaces/osc/osc.h
parent3f0130f8ead44fe6576a33bbe6b3b52156a15248 (diff)
OSC: Make Aux buses able to be separate.
Diffstat (limited to 'libs/surfaces/osc/osc.h')
-rw-r--r--libs/surfaces/osc/osc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/surfaces/osc/osc.h b/libs/surfaces/osc/osc.h
index e15eb9a454..15c0b89bdc 100644
--- a/libs/surfaces/osc/osc.h
+++ b/libs/surfaces/osc/osc.h
@@ -98,6 +98,8 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI<OSCUIRequest>
typedef std::vector<boost::shared_ptr<ARDOUR::Stripable> > Sorted;
Sorted get_sorted_stripables(std::bitset<32> types);
+ // cue
+ //Sorted cue_get_sorted_stripables(boost::shared_ptr<Route> aux);
// keep a surface's global setup by remote server url
struct OSCSurface {