invalidate audio region cache when the region _start changes
This commit is contained in:
parent
14ff2f2e68
commit
43dd75b10e
@ -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…
Reference in New Issue
Block a user