Update automated Plugin Controlls when seeking and not rolling
[ardour.git] / libs / ardour / sndfilesource.cc
index 35fec82145da704fa0069b9782fda62ff84405bc..4522e8a54dc794cd106ea0a362297625a0c932a5 100644 (file)
@@ -41,7 +41,7 @@
 #include "ardour/utils.h"
 #include "ardour/session.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -255,6 +255,7 @@ SndFileSource::close ()
        if (_sndfile) {
                sf_close (_sndfile);
                _sndfile = 0;
+               file_closed ();
        }
 }