mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
parent
1136ba4c99
commit
582a1e8186
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ AudioEngine::process_callback (pframes_t nframes)
|
|||
}
|
||||
|
||||
if (_silence_countdown == 0 || _session->silent()) {
|
||||
PortManager::silence (nframes);
|
||||
PortManager::silence (nframes, _session);
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue