promote Playlist::RegionList to ARDOUR::RegionList; fix timefx on multiple regions...
[ardour.git] / libs / ardour / ardour / silentfilesource.h
index d24aa9d13666f598f1c76f4952842db16abcdd6f..5cdade3751da049a803136976f81e6b81676e488 100644 (file)
@@ -31,7 +31,7 @@ public:
        int flush_header () { return 0; }
        float sample_rate () const { return _sample_rate; }
 
-       void set_length (nframes_t len) { _length = len; }
+       void set_length (framecnt_t len) { _length = len; }
 
        bool destructive() const { return false; }
        bool can_be_analysed() const { return false; }
@@ -55,7 +55,7 @@ protected:
        }
 
        framecnt_t write_unlocked (Sample */*dst*/, framecnt_t /*cnt*/) { return 0; }
-       
+
        void set_header_timeline_position () {}
 
        int read_peaks_with_fpp (PeakData *peaks, framecnt_t npeaks, framepos_t /*start*/, framecnt_t /*cnt*/,