From 89a26e224ab218fc99881cbb347bbbc1055a713b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 9 Aug 2025 18:41:53 -0600 Subject: [PATCH] add properties for region tempo and meter --- libs/ardour/ardour/region.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index bccdbf78f0..abfe9c1b07 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -78,6 +78,8 @@ namespace Properties { LIBARDOUR_API extern PBD::PropertyDescriptor reg_group; LIBARDOUR_API extern PBD::PropertyDescriptor contents; // type doesn't matter here, used for signal only LIBARDOUR_API extern PBD::PropertyDescriptor region_fx; // type doesn't matter here, used for signal only + LIBARDOUR_API extern PBD::PropertyDescriptor region_tempo; // type doesn't matter here, used for signal only + LIBARDOUR_API extern PBD::PropertyDescriptor region_meter; // type doesn't matter here, used for signal only }; class Playlist;