OSC: We want to see aux buses even if the gui has them hidden

This commit is contained in:
Len Ovens
2017-01-11 19:57:19 -08:00
parent 90202f7675
commit c9715af5d9
2 changed files with 8 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ 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);
Sorted get_sorted_stripables(std::bitset<32> types, bool cue);
// keep a surface's global setup by remote server url
struct OSCSurface {