mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Always call cycle-end after a cycle-start
This fixes an assert (_in_cycle) when changing backends
since 77bb262c2.
This commit is contained in:
parent
8810c36c6e
commit
d0fac54261
1 changed files with 1 additions and 0 deletions
|
|
@ -568,6 +568,7 @@ AudioEngine::process_callback (pframes_t nframes)
|
||||||
|
|
||||||
if (!_running) {
|
if (!_running) {
|
||||||
_processed_samples = next_processed_samples;
|
_processed_samples = next_processed_samples;
|
||||||
|
PortManager::cycle_end (nframes, _session);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue