Automatically align metronome when recording it to a track

This commit is contained in:
Robin Gareus 2022-12-15 00:55:32 +01:00
parent 95544a86a0
commit edd68d8682
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 6 additions and 0 deletions

View File

@ -821,6 +821,12 @@ 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 {