amend 16fb29d57 (ADM content creation)

This commit is contained in:
Robin Gareus 2024-06-10 20:49:02 +02:00
parent d06072b285
commit 66ef68d46a
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -514,7 +514,7 @@ SurroundReturn::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_
timepos_t end (end_sample + latency);
timepos_t next (start_sample + latency - 1);
while (!content_creation) {
while (true) {
Evoral::ControlEvent next_event (timepos_t (Temporal::AudioTime), 0.0f);
if (!p->find_next_event (next, end, next_event)) {
break;