mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
invalidate audio region cache when the region _start changes
This commit is contained in:
parent
14ff2f2e68
commit
43dd75b10e
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue