13
0

add TrimAutomation to list of possible pot parameters for routes

This commit is contained in:
Paul Davis 2015-10-09 11:11:15 -04:00
parent d700576171
commit 03018aeefb

View File

@ -257,6 +257,10 @@ Strip::set_route (boost::shared_ptr<Route> r, bool /*with_messages*/)
}
}
}
if (_route->trim()) {
possible_pot_parameters.push_back (TrimAutomation);
}
}
void