mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Add API to report I/O Latency
This commit is contained in:
parent
f301e692a7
commit
6199d08f71
4 changed files with 8 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ function factory () return function ()
|
|||
print ("Worst Input Latency: ", Session:worst_input_latency ())
|
||||
print ("Worst Track Latency: ", Session:worst_route_latency ())
|
||||
print ("Worst Latency Preroll: ", Session:worst_latency_preroll ())
|
||||
print ("I/O Latency: ", Session:io_latency ())
|
||||
|
||||
print (" -- Routes --")
|
||||
for t in Session:get_routes ():iter () do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue