mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
GUI updates for archiving sessions
This commit is contained in:
parent
aeb1c71211
commit
03fe02703d
3 changed files with 9 additions and 2 deletions
|
|
@ -37,6 +37,11 @@ public:
|
|||
|
||||
std::string target_folder () const;
|
||||
std::string name () const;
|
||||
|
||||
ARDOUR::Session::ArchiveEncode encode_option () const {
|
||||
return ARDOUR::Session::FLAC_16BIT;
|
||||
}
|
||||
|
||||
void set_name (std::string);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue