Files
ardour/libs
Paul Davis 27572a2bce fix problem with SrcFileSource
::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.
2021-10-14 13:12:31 -06:00
..
2021-10-14 13:12:31 -06:00
2021-07-23 01:37:46 +02:00
2021-07-03 19:07:25 +02:00
2021-09-27 16:28:44 +02:00
2021-09-25 00:01:23 +02:00
2021-10-05 14:00:34 -06:00
2021-03-01 22:14:38 +01:00
2021-08-13 12:51:29 -06:00
2021-09-25 00:01:23 +02:00