OSC: We want to see aux buses even if the gui has them hidden
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user