Always call cycle-end after a cycle-start

This fixes an assert (_in_cycle) when changing backends
since 77bb262c2.
This commit is contained in:
Robin Gareus 2023-03-12 16:59:02 +01:00
parent 8810c36c6e
commit d0fac54261
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -568,6 +568,7 @@ AudioEngine::process_callback (pframes_t nframes)
if (!_running) {
_processed_samples = next_processed_samples;
PortManager::cycle_end (nframes, _session);
return 0;
}