Fix metronome capture alignment

This undoes edd68d8682, "ExistingMaterial" worked IFF
the click playback was exactly 1 cycle delayed and the
disk-writer _playback_offset was set to 1 cycle.

Now that audio buffers are flushed (see prev commit), the
click I/O's output is directly available and CaptureTime
is the correct alignment (as it always was).
This commit is contained in:
Robin Gareus 2023-03-07 16:38:58 +01:00
parent 62fc1d3c2e
commit 5a8b69555f
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -822,11 +822,6 @@ Track::set_align_choice_from_io ()
#endif
/* metronome aligns to ExistingMaterial */
if (_input->connected_to (_session.click_io ())) {
have_physical = true;
}
if (have_physical) {
_disk_writer->set_align_style (ExistingMaterial);
} else {