summaryrefslogtreecommitdiff
path: root/libs/ardour/caimportable.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-19 05:20:05 +0200
committerRobin Gareus <robin@gareus.org>2017-09-19 05:20:05 +0200
commit666aa5a55789fe248a47e0efeb33a6b56ba6b61d (patch)
tree4c2ebdc0f17d3b43aebfe23b62891da1cda6a802 /libs/ardour/caimportable.cc
parent29e553ab86ecb8112914b773b60cdbdcb855a750 (diff)
More Coreaudio SDK fixes, after 30b087ab3
Diffstat (limited to 'libs/ardour/caimportable.cc')
-rw-r--r--libs/ardour/caimportable.cc2
1 files changed, 1 insertions, 1 deletions
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