mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Fix export (amend a529122249)
This commit is contained in:
parent
767d5f93ba
commit
ef8eb36189
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ PortExportChannel::read (Sample const *& data, samplecnt_t samples) const
|
|||
if (to_write > 0) {
|
||||
mix_buffers_no_gain (&_buffer[vec.len[0]], vec.buf[1], to_write);
|
||||
}
|
||||
(*di)->increment_read_idx (samples);
|
||||
|
||||
++di;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue