From 0a0ca81e11c9b28a64becab5b754f6e4a19f3094 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 6 Dec 2021 10:36:57 -0700 Subject: [PATCH] triggerbox: add missing property defn --- libs/ardour/ardour/triggerbox.h | 2 +- libs/ardour/triggerbox.cc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/ardour/ardour/triggerbox.h b/libs/ardour/ardour/triggerbox.h index 72ded02052..1d287d834c 100644 --- a/libs/ardour/ardour/triggerbox.h +++ b/libs/ardour/ardour/triggerbox.h @@ -595,7 +595,7 @@ namespace Properties { LIBARDOUR_API extern PBD::PropertyDescriptor follow_action_probability; LIBARDOUR_API extern PBD::PropertyDescriptor velocity_effect; LIBARDOUR_API extern PBD::PropertyDescriptor gain; - LIBARDOUR_API extern PBD::PropertyDescriptor currently_playing; + LIBARDOUR_API extern PBD::PropertyDescriptor currently_playing; } diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 2ef710aeed..26040bd399 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -50,6 +50,7 @@ namespace ARDOUR { PBD::PropertyDescriptor launch_style; PBD::PropertyDescriptor follow_action0; PBD::PropertyDescriptor follow_action1; + PBD::PropertyDescriptor currently_playing; PBD::PropertyDescriptor follow_count; PBD::PropertyDescriptor follow_action_probability; PBD::PropertyDescriptor velocity_effect;