diff --git a/libs/ardour/audioregion.cc b/libs/ardour/audioregion.cc index 0b937f26a7..361974a0e8 100644 --- a/libs/ardour/audioregion.cc +++ b/libs/ardour/audioregion.cc @@ -272,6 +272,7 @@ AudioRegion::send_change (const PropertyChange& what_changed) our_interests.add (Properties::envelope); our_interests.add (Properties::fade_in); our_interests.add (Properties::fade_out); + our_interests.add (Properties::start); if (what_changed.contains (our_interests)) { _invalidated.exchange (true);