mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Add support for scripted meta-templates.
This commit is contained in:
parent
62ce5465ca
commit
f27e53f485
5 changed files with 69 additions and 24 deletions
|
|
@ -165,10 +165,12 @@ private:
|
|||
SessionTemplateColumns () {
|
||||
add (name);
|
||||
add (path);
|
||||
add (desc);
|
||||
}
|
||||
|
||||
Gtk::TreeModelColumn<std::string> name;
|
||||
Gtk::TreeModelColumn<std::string> path;
|
||||
Gtk::TreeModelColumn<std::string> desc;
|
||||
};
|
||||
|
||||
SessionTemplateColumns session_template_columns;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue