summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-02-15 16:44:22 +0000
committerDoug McLain <doug@nostar.net>2007-02-15 16:44:22 +0000
commit1cf6978cadcfc9a32b3ed52914d0fc80f3359e29 (patch)
treed0334baf4d9870dadfd64c8c56d369ac5648ef2d /libs/ardour/ardour
parente72e12d4bab557bbbc9d9cfa2a574ad06c3e8170 (diff)
This creates an export direcory for new sessions. The export dialog will also default to that directory
git-svn-id: svn://localhost/ardour2/trunk@1466 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index cfc2635146..f4e5f3dedc 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -237,6 +237,7 @@ class Session : public PBD::StatefulDestructible
string name() const { return _name; }
string snap_name() const { return _current_snapshot_name; }
string raid_path () const;
+ string export_dir () const;
void set_snap_name ();
@@ -1562,6 +1563,7 @@ class Session : public PBD::StatefulDestructible
static const char* dead_sound_dir_name;
static const char* interchange_dir_name;
static const char* peak_dir_name;
+ static const char* export_dir_name;
string discover_best_sound_dir (bool destructive = false);
int ensure_sound_dir (string, string&);