13
0

Fix comment in previous commit

This commit is contained in:
Robin Gareus 2020-05-08 01:37:24 +02:00
parent 6afcb350c5
commit 07aa203a92
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -762,10 +762,11 @@ Track::set_align_choice_from_io ()
while (0 != (p = _input->nth (n++))) {
/* In case of JACK all ports not owned by Ardour may be re-sampled,
* and latency is added. external JACK ports need to be treated
* and latency is added. External JACK ports need to be treated
* like physical ports: I/O latency needs to be taken into account.
*
* When not using JACK, all external ports are physical ports.
* When not using JACK, all external ports are physical ports
* so this is a NO-OP for other backends.
*/
if (p->externally_connected ()) {
have_physical = true;