mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
show MTC transport master latency when computed
This commit is contained in:
parent
2587ad6dc3
commit
30a60f45df
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ MTC_TransportMaster::resync_latency()
|
|||
|
||||
if (_port) {
|
||||
_port->get_connected_latency_range (mtc_slave_latency, false);
|
||||
cerr << "MTC slave latency computed as " << mtc_slave_latency.min << " .. " << mtc_slave_latency.max << endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue