restore excess calls to sync-order stuff (for now); allow MIDI controllers to use...
[ardour.git] / libs / ardour / ardour / caimportable.h
index bb3e2ae191daccad5c066403e19b4e23d6c242be..dbf93dbb732a7fb62b982f85e05dad557eee2569 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2007 Paul Davis 
+    Copyright (C) 2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -38,6 +38,7 @@ class CAImportableSource : public ImportableSource {
        nframes_t length() const;
        nframes_t samplerate() const;
        void      seek (nframes_t pos);
+       nframes64_t natural_position() const { return 0; }
 
    protected:
        mutable CAAudioFile af;