Automatically align metronome when recording it to a track
This commit is contained in:
parent
95544a86a0
commit
edd68d8682
@ -821,6 +821,12 @@ Track::set_align_choice_from_io ()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/* metronome aligns to ExistingMaterial */
|
||||||
|
if (_input->connected_to (_session.click_io ())) {
|
||||||
|
have_physical = true;
|
||||||
|
}
|
||||||
|
|
||||||
if (have_physical) {
|
if (have_physical) {
|
||||||
_disk_writer->set_align_style (ExistingMaterial);
|
_disk_writer->set_align_style (ExistingMaterial);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user