mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
[Summary] Deleted hot key "9" on elected region which invoked Tempo-from-region window
[Reviewed] YPozdnyakov
This commit is contained in:
parent
bc6fefc839
commit
7e08d8ad4c
3 changed files with 3 additions and 4 deletions
|
|
@ -1970,7 +1970,8 @@ Editor::register_region_actions ()
|
|||
reg_sens (_region_actions, "set-fade-out-length", _("Set Fade Out Length"), sigc::bind (sigc::mem_fun (*this, &Editor::set_fade_length), false));
|
||||
reg_sens (_region_actions, "alternate-set-fade-out-length", _("Set Fade Out Length"), sigc::bind (sigc::mem_fun (*this, &Editor::set_fade_length), false));
|
||||
|
||||
reg_sens (_region_actions, "set-tempo-from-region", _("Set Tempo from Region = Bar"), sigc::mem_fun (*this, &Editor::set_tempo_from_region));
|
||||
// Tracks Live doesn't use it
|
||||
// reg_sens (_region_actions, "set-tempo-from-region", _("Set Tempo from Region = Bar"), sigc::mem_fun (*this, &Editor::set_tempo_from_region));
|
||||
|
||||
reg_sens (
|
||||
_region_actions,
|
||||
|
|
|
|||
|
|
@ -342,7 +342,7 @@ This mode provides many different operations on both regions and control points,
|
|||
@trans|Transport/ToggleAutoPlay|5|toggle auto play
|
||||
@trans|Transport/ToggleAutoReturn|6|toggle auto return
|
||||
@trans|Transport/ToggleClick|7|toggle click (metronome)
|
||||
@ranges|Region/set-tempo-from-region|9|set tempo (1 bar) from region(s)
|
||||
;;@ranges|Region/set-tempo-from-region|9|set tempo (1 bar) from region(s)
|
||||
@ranges|Editor/set-tempo-from-edit-range|0|set tempo (1 bar) from edit range
|
||||
|
||||
; mouse stuff
|
||||
|
|
|
|||
|
|
@ -227,11 +227,9 @@
|
|||
<menuitem action='split-multichannel-region'/>
|
||||
<menuitem action='toggle-opaque-region'/>
|
||||
<menuitem action='toggle-region-mute'/>
|
||||
<menuitem action='pitch-shift-region'/>
|
||||
<menuitem action='reverse-region'/>
|
||||
<menuitem action='close-region-gaps'/>
|
||||
<menuitem action='place-transient' />
|
||||
<menuitem action='show-rhythm-ferret'/>
|
||||
<menuitem action='strip-region-silence'/>
|
||||
</menu>
|
||||
<menu action='RegionMenuMIDI'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue