13
0

RegionFX: clamp automation line to region extent

This commit is contained in:
Robin Gareus 2024-08-19 06:35:35 +02:00
parent 9311a767cc
commit 50044bd059
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,7 @@ RegionFxLine::RegionFxLine (std::string const& name, RegionView& r, ArdourCanvas
: AutomationLine (name, r.get_time_axis_view(), parent, l, d)
, _rv (r)
{
terminal_points_can_slide = false;
init ();
}
@ -38,6 +39,7 @@ RegionFxLine::RegionFxLine (std::string const& name, RegionView& r, ArdourCanvas
, _rv (r)
, _ac (ac)
{
terminal_points_can_slide = false;
init ();
}

View File

@ -45,8 +45,6 @@ AudioRegionGainLine::AudioRegionGainLine (const string & name, AudioRegionView&
: RegionFxLine (name, r, parent, l, l->parameter ())
, arv (r)
{
terminal_points_can_slide = false;
}
void