Exact beat - provide audio->music mapping for region split.
[ardour.git] / libs / ardour / ardour / sndfileimportable.h
index f085334a2136069da442d2702c47e7a88ac8b2da..10c429c5459cdb25e8f2e3b8247813c04b65cf4c 100644 (file)
 
 #include <boost/shared_ptr.hpp>
 #include <sndfile.h>
-#include "pbd/failed_constructor.h"
+#include "ardour/libardour_visibility.h"
 #include "ardour/types.h"
 #include "ardour/importable_source.h"
 
 namespace ARDOUR {
 
-class SndFileImportableSource : public ImportableSource {
+class LIBARDOUR_API SndFileImportableSource : public ImportableSource {
     public:
        SndFileImportableSource (const std::string& path);
        virtual ~SndFileImportableSource();
@@ -37,7 +37,7 @@ class SndFileImportableSource : public ImportableSource {
        uint32_t   channels() const;
        framecnt_t length() const;
        framecnt_t samplerate() const;
-       void       seek (framecnt_t pos);
+       void       seek (framepos_t pos);
        framepos_t natural_position() const;
        bool       clamped_at_unity () const;