Fix MIDI loop recording - Revert "Fix MIDI disk-writer flush"
This reverts commit 254f22e372.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user