mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
"sequence regions" operation (remove space between selected regions) added, c/o Thomas Brand
This commit is contained in:
parent
1c84289254
commit
e08ec37f69
4 changed files with 60 additions and 0 deletions
|
|
@ -1893,6 +1893,8 @@ Editor::register_region_actions ()
|
|||
reg_sens (_region_actions, "nudge-forward", _("Nudge Later"), sigc::bind (sigc::mem_fun (*this, &Editor::nudge_forward), false, false));
|
||||
reg_sens (_region_actions, "nudge-backward", _("Nudge Earlier"), sigc::bind (sigc::mem_fun (*this, &Editor::nudge_backward), false, false));
|
||||
|
||||
reg_sens (_region_actions, "sequence-regions", _("Sequence Regions"), sigc::mem_fun (*this, &Editor::sequence_regions));
|
||||
|
||||
reg_sens (
|
||||
_region_actions,
|
||||
"nudge-forward-by-capture-offset",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue