From ff93c9729649341d964a9d638d60504a0014362e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 15 Oct 2020 19:07:01 -0600 Subject: [PATCH] add a new PBD::Property for time_domain Not sure this is in the best place, but it needs to go somewhere --- libs/ardour/ardour/region.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index e22d7c17b4..336a4df346 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -74,6 +74,7 @@ namespace Properties { LIBARDOUR_API extern PBD::PropertyDescriptor layering_index; LIBARDOUR_API extern PBD::PropertyDescriptor tags; LIBARDOUR_API extern PBD::PropertyDescriptor contents; // type doesn't matter here + LIBARDOUR_API extern PBD::PropertyDescriptor time_domain; }; class Playlist;