OSC: update /strip/list response to add aux, midi bus and VCAs
[ardour.git] / libs / surfaces / osc / osc.h
index c3722bd7d53f6d2f189abbc7c7dc11d0c504f404..bc612b0881fd6ab7ec8eaa388d89c23c3c5fa65e 100644 (file)
@@ -102,6 +102,7 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI<OSCUIRequest>
        struct OSCSurface {
        public:
                std::string remote_url;         // the url these setting belong to
+               bool no_clear;                          // don't send osc clear messages on strip change
                uint32_t bank;                          // current bank
                uint32_t bank_size;                     // size of banks for this surface
                std::bitset<32> strip_types;// what strip types are a part of this bank