mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
No more disk-reader roll-delay
It was not working in sdio/6.0-pre anyway and with upcoming changes to latency compensation the concept of per disk[stream/reader] will go away.
This commit is contained in:
parent
bcdb3aec3a
commit
d98f87d542
8 changed files with 12 additions and 80 deletions
|
|
@ -8,7 +8,6 @@ function factory () return function ()
|
|||
print ("Worst Output Latency: ", Session:worst_output_latency ())
|
||||
print ("Worst Input Latency: ", Session:worst_input_latency ())
|
||||
print ("Worst Track Latency: ", Session:worst_track_latency ())
|
||||
print ("Worst Track Roll Delay:", Session:worst_track_roll_delay ())
|
||||
print ("Worst Playback Latency:", Session:worst_playback_latency ())
|
||||
print (" -- Tracks --")
|
||||
for t in Session:get_tracks ():iter () do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue