27572a2bce848e62f8ae80862936df3a084ff62c
::length() was non-virtual, and so calling SrcFileSource::length() would access the base class (AudioFileSource)'s version. Since SrcFileSource is essentially a pimpl-like pattern, this was incorrect; we need to make sure we call the pimpl-style method instead.
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%