restore excess calls to sync-order stuff (for now); allow MIDI controllers to use...
[ardour.git] / libs / ardour / ardour / caimportable.h
index dc7f5769ae2c93f28c220a4362b06088182a3495..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
@@ -20,9 +20,9 @@
 #ifndef __ardour_ca_importable_source_h__
 #define __ardour_ca_importable_source_h__
 
-#include <pbd/failed_constructor.h>
-#include <ardour/types.h>
-#include <ardour/importable_source.h>
+#include "pbd/failed_constructor.h"
+#include "ardour/types.h"
+#include "ardour/importable_source.h"
 
 #include <appleutility/CAAudioFile.h>
 
@@ -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;