mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Get Mixer Snapshots back into a compilable state
This commit is contained in:
parent
a6323e84f6
commit
26f2258877
2 changed files with 16 additions and 0 deletions
|
|
@ -2119,6 +2119,21 @@ ARDOUR_UI::save_template ()
|
||||||
d->show ();
|
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 ()
|
void ARDOUR_UI::manage_templates ()
|
||||||
{
|
{
|
||||||
if(!_session) {
|
if(!_session) {
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,7 @@
|
||||||
#include "rgb_macros.h"
|
#include "rgb_macros.h"
|
||||||
#include "route_time_axis.h"
|
#include "route_time_axis.h"
|
||||||
#include "route_ui.h"
|
#include "route_ui.h"
|
||||||
|
#include "save_template_dialog.h"
|
||||||
#include "timers.h"
|
#include "timers.h"
|
||||||
#include "ui_config.h"
|
#include "ui_config.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue