globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / playlist_source.cc
index c27652851b22dc4f764c9a9a4a64cfab58327cf6..0b76a3c3a92ba87523b2d16829465cbc15bdde70 100644 (file)
@@ -41,7 +41,7 @@ using namespace ARDOUR;
 using namespace PBD;
 
 PlaylistSource::PlaylistSource (Session& s, const ID& orig, const std::string& name, boost::shared_ptr<Playlist> p, DataType type,
-                               frameoffset_t begin, framecnt_t len, Source::Flag /*flags*/)
+                               sampleoffset_t begin, samplecnt_t len, Source::Flag /*flags*/)
        : Source (s, type, name)
        , _playlist (p)
        , _original (orig)