mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
BasicUI: Add simple functions to store and recall Mixer Scenes
This commit is contained in:
parent
68dc07ecee
commit
0bda71b40b
2 changed files with 15 additions and 0 deletions
|
|
@ -476,6 +476,18 @@ BasicUI::tbank_step_rows (int step_size)
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
BasicUI::store_mixer_scene (int idx)
|
||||
{
|
||||
session->store_nth_mixer_scene (idx);
|
||||
}
|
||||
|
||||
void
|
||||
BasicUI::apply_mixer_scene (int idx)
|
||||
{
|
||||
session->apply_nth_mixer_scene (idx);
|
||||
}
|
||||
|
||||
void
|
||||
BasicUI::undo ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue