better error message if VST SDK is not installed and neeed
[ardour.git] / libs / ardour / ardour / sndfilesource.h
index b810cb538beface5d47d52f60c9f533e049a8c64..66d5c1b0d10e704bc88adf83e82217b844695cde 100644 (file)
@@ -91,6 +91,8 @@ class SndFileSource : public AudioFileSource {
        bool          _capture_end;
        nframes_t      capture_start_frame;
        nframes_t      file_pos; // unit is frames
+       nframes_t      xfade_out_count;
+       nframes_t      xfade_in_count;
        Sample*        xfade_buf;
 
        nframes_t crossfade (Sample* data, nframes_t cnt, int dir);