From 666aa5a55789fe248a47e0efeb33a6b56ba6b61d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 19 Sep 2017 05:20:05 +0200 Subject: More Coreaudio SDK fixes, after 30b087ab3 --- libs/ardour/caimportable.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/caimportable.cc') diff --git a/libs/ardour/caimportable.cc b/libs/ardour/caimportable.cc index 13721f8334..008e78954c 100644 --- a/libs/ardour/caimportable.cc +++ b/libs/ardour/caimportable.cc @@ -107,7 +107,7 @@ CAImportableSource::channels () const samplecnt_t CAImportableSource::length () const { - return af.GetNumberSamples(); + return af.GetNumberFrames(); } samplecnt_t -- cgit v1.2.3