mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
fix latency report, take buffersize changes into account.
This commit is contained in:
parent
ce3adfd3d4
commit
659a8a26ae
6 changed files with 71 additions and 28 deletions
|
|
@ -87,7 +87,7 @@ class CoreBackendPort {
|
|||
|
||||
virtual void* get_buffer (pframes_t nframes) = 0;
|
||||
|
||||
const LatencyRange& latency_range (bool for_playback) const
|
||||
const LatencyRange latency_range (bool for_playback) const
|
||||
{
|
||||
return for_playback ? _playback_latency_range : _capture_latency_range;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue