i/o button naming patch and imported file BWF timecode retention patch from nickm...
[ardour.git] / libs / ardour / ardour / importable_source.h
index f55c9a5711c34dd6d2f37e0d3d5534a960ecf2c9..26c840b60f9389161a5d50e9be64983f3baa95f4 100644 (file)
@@ -36,6 +36,7 @@ public:
        virtual nframes_t length() const = 0;
        virtual nframes_t samplerate() const = 0;
        virtual void      seek (nframes_t pos) = 0;
+       virtual nframes64_t natural_position() const = 0;
 };
 
 }