i/o button naming patch and imported file BWF timecode retention patch from nickm...
[ardour.git] / libs / ardour / ardour / resampled_source.h
index c8fff0d594721d17ac5c5720a76bb0f247dee272..1f6947aeaca49c85055a6a0cbf2e6c6677153290 100644 (file)
@@ -40,6 +40,7 @@ class ResampledImportableSource : public ImportableSource
        nframes_t length() const { return source->length(); }
        nframes_t samplerate() const { return source->samplerate(); }
        void      seek (nframes_t pos) { source->seek (pos); }
+       nframes64_t natural_position() const { return source->natural_position(); }
        
        static const uint32_t blocksize;