mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
RegionFX: clamp automation line to region extent
This commit is contained in:
parent
9311a767cc
commit
50044bd059
2 changed files with 2 additions and 2 deletions
|
|
@ -30,6 +30,7 @@ RegionFxLine::RegionFxLine (std::string const& name, RegionView& r, ArdourCanvas
|
||||||
: AutomationLine (name, r.get_time_axis_view(), parent, l, d)
|
: AutomationLine (name, r.get_time_axis_view(), parent, l, d)
|
||||||
, _rv (r)
|
, _rv (r)
|
||||||
{
|
{
|
||||||
|
terminal_points_can_slide = false;
|
||||||
init ();
|
init ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -38,6 +39,7 @@ RegionFxLine::RegionFxLine (std::string const& name, RegionView& r, ArdourCanvas
|
||||||
, _rv (r)
|
, _rv (r)
|
||||||
, _ac (ac)
|
, _ac (ac)
|
||||||
{
|
{
|
||||||
|
terminal_points_can_slide = false;
|
||||||
init ();
|
init ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,8 +45,6 @@ AudioRegionGainLine::AudioRegionGainLine (const string & name, AudioRegionView&
|
||||||
: RegionFxLine (name, r, parent, l, l->parameter ())
|
: RegionFxLine (name, r, parent, l, l->parameter ())
|
||||||
, arv (r)
|
, arv (r)
|
||||||
{
|
{
|
||||||
|
|
||||||
terminal_points_can_slide = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue