From 28f15d3fa63543a7a600e50a5663fe85c2230056 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 18 Mar 2020 16:56:27 +0100 Subject: Add flag to explicitly hide a control Eventually this is to replace a literal name "hidden" that is currently used as hack throughout Ardour's codebase. --- libs/pbd/pbd/controllable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/pbd/pbd') diff --git a/libs/pbd/pbd/controllable.h b/libs/pbd/pbd/controllable.h index 05e014caf4..2e114e233e 100644 --- a/libs/pbd/pbd/controllable.h +++ b/libs/pbd/pbd/controllable.h @@ -78,6 +78,7 @@ public: RealTime = 0x04, NotAutomatable = 0x08, InlineControl = 0x10, + HiddenControl = 0x20, }; Controllable (const std::string& name, Flag f = Flag (0)); -- cgit v1.2.3