Fix export (amend a529122249)

This commit is contained in:
Robin Gareus
2020-11-22 20:20:05 +01:00
parent 767d5f93ba
commit ef8eb36189

View File

@@ -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;
}