mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
move zoom in/out actions into shared "Editing" group
This commit is contained in:
parent
7e08e560cc
commit
5b112e489b
12 changed files with 26 additions and 16 deletions
|
|
@ -1815,6 +1815,12 @@ MidiCueEditor::set (TriggerReference & tref)
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
MidiCueEditor::temporal_zoom_step (bool zoom_out)
|
||||
{
|
||||
std::cerr << "MCE: zoom step out ? " << zoom_out << std::endl;
|
||||
}
|
||||
|
||||
void
|
||||
MidiCueEditor::unset ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue