mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
add TrimAutomation to list of possible pot parameters for routes
This commit is contained in:
parent
d700576171
commit
03018aeefb
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue