triggerbox: add missing property defn

This commit is contained in:
Paul Davis 2021-12-06 10:36:57 -07:00
parent ef9cca2c07
commit 0a0ca81e11
2 changed files with 2 additions and 1 deletions

View File

@ -595,7 +595,7 @@ namespace Properties {
LIBARDOUR_API extern PBD::PropertyDescriptor<int> follow_action_probability;
LIBARDOUR_API extern PBD::PropertyDescriptor<float> velocity_effect;
LIBARDOUR_API extern PBD::PropertyDescriptor<gain_t> gain;
LIBARDOUR_API extern PBD::PropertyDescriptor<int> currently_playing;
LIBARDOUR_API extern PBD::PropertyDescriptor<Trigger*> currently_playing;
}

View File

@ -50,6 +50,7 @@ namespace ARDOUR {
PBD::PropertyDescriptor<Trigger::LaunchStyle> launch_style;
PBD::PropertyDescriptor<Trigger::FollowAction> follow_action0;
PBD::PropertyDescriptor<Trigger::FollowAction> follow_action1;
PBD::PropertyDescriptor<Trigger*> currently_playing;
PBD::PropertyDescriptor<int> follow_count;
PBD::PropertyDescriptor<int> follow_action_probability;
PBD::PropertyDescriptor<float> velocity_effect;