diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 52f9d8e99b..f45ae77204 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -258,6 +258,8 @@ class Session : public PBD::StatefulDestructible bool deletion_in_progress() const { return _state_of_the_state & Deletion; } sigc::signal DirtyChanged; + const SessionDirectory& session_directory () const { return *(_session_dir.get()); } + std::string sound_dir (bool with_path = true) const; std::string peak_dir () const; std::string automation_dir () const;