From 93180ceea90e597828ea7473b8e181950df66427 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 14 Dec 2019 15:00:34 +0100 Subject: Add Inline Control Port Property This allows to indicate that a control should by default be displayed inline in the mixer-strip. Previously that was hard-coded for and enabled for send-level controls only. --- libs/ardour/ardour/parameter_descriptor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/parameter_descriptor.h b/libs/ardour/ardour/parameter_descriptor.h index b9c0417ce6..1218448985 100644 --- a/libs/ardour/ardour/parameter_descriptor.h +++ b/libs/ardour/ardour/parameter_descriptor.h @@ -112,6 +112,7 @@ struct LIBARDOUR_API ParameterDescriptor : public Evoral::ParameterDescriptor bool integer_step; bool sr_dependent; bool enumeration; + bool inline_ctrl; }; } // namespace ARDOUR -- cgit v1.2.3