Fix MIDI loop recording - Revert "Fix MIDI disk-writer flush"

This reverts commit 254f22e372.
This commit is contained in:
Robin Gareus
2020-01-09 03:51:39 +01:00
parent 16677e80cd
commit d1433992fb

View File

@@ -989,7 +989,7 @@ DiskWriter::do_flush (RunContext ctxt, bool force_flush)
if (force_flush) {
/* push out everything we have, right now */
to_write = total;
to_write = UINT32_MAX;
} else {
to_write = _chunk_samples;
}