Fix timecode update after locate for demo version

ref. 1d48648a73
This commit is contained in:
Robin Gareus
2025-08-11 15:18:42 +02:00
parent 1136ba4c99
commit 582a1e8186

View File

@@ -610,7 +610,7 @@ AudioEngine::process_callback (pframes_t nframes)
}
if (_silence_countdown == 0 || _session->silent()) {
PortManager::silence (nframes);
PortManager::silence (nframes, _session);
}
#else