Revert afedd2 and associated commits (method to generate initial tag file)
[ardour.git] / libs / ardour / ardour / playlist_source.h
index 55cc1f6b594089bec425af911df181746d28b9d8..6316b4dcdd6cc918ff102fdf94e7791231df573a 100644 (file)
@@ -42,11 +42,11 @@ public:
 protected:
        boost::shared_ptr<Playlist> _playlist;
        PBD::ID                     _original;
-       frameoffset_t               _playlist_offset;
-       framecnt_t                  _playlist_length;
+       sampleoffset_t               _playlist_offset;
+       samplecnt_t                  _playlist_length;
 
        PlaylistSource (Session&, const PBD::ID&, const std::string& name, boost::shared_ptr<Playlist>, DataType,
-                       frameoffset_t begin, framecnt_t len, Source::Flag flags);
+                       sampleoffset_t begin, samplecnt_t len, Source::Flag flags);
        PlaylistSource (Session&, const XMLNode&);
 
        void add_state (XMLNode&);