summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session_directory.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/session_directory.h')
-rw-r--r--libs/ardour/ardour/session_directory.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/libs/ardour/ardour/session_directory.h b/libs/ardour/ardour/session_directory.h
index ae6aa256cb..bcde4bdf2c 100644
--- a/libs/ardour/ardour/session_directory.h
+++ b/libs/ardour/ardour/session_directory.h
@@ -53,6 +53,17 @@ public:
/**
* @return the absolute path to the directory in which
+ * the session stores STUB audio files.
+ *
+ * If the session is an older session with an existing
+ * "sounds" directory then it will return a path to that
+ * directory otherwise it will return the new location
+ * of root_path()/interchange/session_name/audiofiles/.stubs
+ */
+ const PBD::sys::path sound_stub_path () const;
+
+ /**
+ * @return the absolute path to the directory in which
* the session stores MIDI files, ie
* root_path()/interchange/session_name/midifiles
*/
@@ -60,6 +71,13 @@ public:
/**
* @return the absolute path to the directory in which
+ * the session stores STUB MIDI files, ie
+ * root_path()/interchange/session_name/midifiles/.stubs
+ */
+ const PBD::sys::path midi_stub_path () const;
+
+ /**
+ * @return the absolute path to the directory in which
* the session stores MIDNAM patch files, ie
* root_path()/interchange/session_name/patchfiles
*/