13
0

Catch issues with invalid region vs. source length

e.g. the session from
https://tracker.ardour.org/view.php?id=9704#c28732
This commit is contained in:
Robin Gareus 2024-05-14 02:12:45 +02:00
parent caae3501ec
commit aa55bf35eb
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -2668,6 +2668,7 @@ Playlist::relayer ()
}
assert (divisions == 0 || end_division < divisions);
assert (start_division >= 0 && end_division >= start_division);
/* find the lowest layer that this region can go on */
size_t j = layers.size ();