mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Let user add a route template description on saving route templates
This commit is contained in:
parent
ae51d5fd4e
commit
245154d06a
7 changed files with 40 additions and 49 deletions
|
|
@ -63,6 +63,7 @@ namespace ArdourWidgets {
|
|||
class ArdourWindow;
|
||||
class IOSelectorWindow;
|
||||
class ControlSlaveUI;
|
||||
class SaveTemplateDialog;
|
||||
|
||||
class RoutePinWindowProxy : public WM::ProxyBase
|
||||
{
|
||||
|
|
@ -243,7 +244,7 @@ public:
|
|||
virtual void map_frozen ();
|
||||
|
||||
void adjust_latency ();
|
||||
bool process_save_template_prompter (ArdourWidgets::Prompter& prompter, const std::string& dir);
|
||||
void save_as_template_dialog_response (int response, SaveTemplateDialog* d);
|
||||
void save_as_template ();
|
||||
|
||||
static Gtkmm2ext::ActiveState solo_active_state (boost::shared_ptr<ARDOUR::Stripable>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue