Less weak plugin preset system (maybe AU preset stuff can use the 'normal' thing...
[ardour.git] / libs / ardour / ardour / silentfilesource.h
index e0103185c2d6e8612e5e6eaf2165d5e7816c4b80..cbb123139a78b3c6b0b71f072f1289c0fd35b57d 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef __ardour_silentfilesource_h__ 
 #define __ardour_silentfilesource_h__
 
+#include <cstring>
 #include <ardour/audiofilesource.h>
 
 namespace ARDOUR {
@@ -35,6 +36,7 @@ class SilentFileSource : public AudioFileSource {
        void set_length (nframes_t len);
        
        bool destructive() const { return false; }
+       bool can_be_analysed() const { return false; } 
 
   protected: