From 03018aeefb3284d970dc9dc86f5acf6dfc2d694a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 9 Oct 2015 11:11:15 -0400 Subject: [PATCH] add TrimAutomation to list of possible pot parameters for routes --- libs/surfaces/mackie/strip.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/surfaces/mackie/strip.cc b/libs/surfaces/mackie/strip.cc index 5826ec3742..d355d13d63 100644 --- a/libs/surfaces/mackie/strip.cc +++ b/libs/surfaces/mackie/strip.cc @@ -257,6 +257,10 @@ Strip::set_route (boost::shared_ptr r, bool /*with_messages*/) } } } + + if (_route->trim()) { + possible_pot_parameters.push_back (TrimAutomation); + } } void