Remove frame conversion for MidiRegionView::note_in_region_range(), speed up tempo...
[ardour.git] / libs / ardour / ardour / session_directory.h
index 685f0870dd4e43c9881eb6323938730d1d07912c..6f4126e0bbab6b049bed0bf502a63eba627d30b1 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <string>
 #include <vector>
+#include <map>
 
 #include "ardour/libardour_visibility.h"
 
@@ -151,6 +152,8 @@ private:
 
        /// The path to the root of the session directory.
        std::string m_root_path;
+
+       static std::map<std::string,std::string> root_cache;
 };
 
 } // namespace ARDOUR