Get Mixer Snapshots back into a compilable state

This commit is contained in:
Nikolaus Gullotta 2020-03-23 14:01:25 -05:00
parent a6323e84f6
commit 26f2258877
No known key found for this signature in database
GPG Key ID: 565F60578092AA31
2 changed files with 16 additions and 0 deletions

View File

@ -2119,6 +2119,21 @@ ARDOUR_UI::save_template ()
d->show ();
}
void
ARDOUR_UI::save_route_template (bool local)
{
}
void
ARDOUR_UI::apply_route_template ()
{
}
void
ARDOUR_UI::new_from_route_template ()
{
}
void ARDOUR_UI::manage_templates ()
{
if(!_session) {

View File

@ -82,6 +82,7 @@
#include "rgb_macros.h"
#include "route_time_axis.h"
#include "route_ui.h"
#include "save_template_dialog.h"
#include "timers.h"
#include "ui_config.h"
#include "utils.h"