clear up some stupid thinking in Amp regarding the way the underlying AutomationContr...
[ardour.git] / libs / ardour / session_directory.cc
index 7ff9c6f5a7dcf0d9ad70d5518671be2eea23d366..9d0be414da7edee302ed307da83a435cf849713e 100644 (file)
@@ -145,6 +145,12 @@ SessionDirectory::midi_patch_path () const
        return Glib::build_filename (sources_root(), midi_patch_dir_name);
 }
 
+const std::string
+SessionDirectory::video_path () const
+{
+       return Glib::build_filename (sources_root(), video_dir_name);
+}
+
 const std::string
 SessionDirectory::peak_path () const
 {