X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Fosc%2Fosc.h;h=bc612b0881fd6ab7ec8eaa388d89c23c3c5fa65e;hb=8de580c12393a79a9137b8c8191b0a951003514b;hp=c3722bd7d53f6d2f189abbc7c7dc11d0c504f404;hpb=b0e5ab1b81d10d29d4c4812f2033495f6f8f6b91;p=ardour.git diff --git a/libs/surfaces/osc/osc.h b/libs/surfaces/osc/osc.h index c3722bd7d5..bc612b0881 100644 --- a/libs/surfaces/osc/osc.h +++ b/libs/surfaces/osc/osc.h @@ -102,6 +102,7 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI 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