From aa2ddb5ea2b99797f24904d942ab682851dfb0b6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 7 Apr 2020 00:10:29 +0200 Subject: API change: LatencyUpdated(), indicate playback/capture --- libs/ardour/session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/session.cc') diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index a052727067..2fcc58e048 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -6577,7 +6577,7 @@ Session::update_latency (bool playback) } DEBUG_TRACE (DEBUG::LatencyCompensation, "Engine latency callback: DONE\n"); - LatencyUpdated (); /* EMIT SIGNAL */ + LatencyUpdated (playback); /* EMIT SIGNAL */ } void -- cgit v1.2.3