mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Session Metadata: add a Description field.
* This is a multi-line text field. * If the session is a template, we might show this in the New Session dialog.
This commit is contained in:
parent
a1143a0ed6
commit
0a0eec2adc
5 changed files with 93 additions and 5 deletions
|
|
@ -446,6 +446,7 @@ void RouteTemplateManager::init ()
|
|||
_progress_bar.hide ();
|
||||
}
|
||||
|
||||
#include <cerrno>
|
||||
|
||||
void
|
||||
SessionTemplateManager::rename_template (TreeModel::iterator& item, const Glib::ustring& new_name_)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue