mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
add menu-accessible actions for Consolidate Range
This commit is contained in:
parent
bd62f76875
commit
c431575f22
2 changed files with 8 additions and 2 deletions
|
|
@ -4258,8 +4258,8 @@ Editor::bounce_range_selection (BounceTarget target, bool with_processing)
|
|||
}
|
||||
}
|
||||
|
||||
timepos_t start = selection->time[clicked_selection].start();
|
||||
timepos_t end = selection->time[clicked_selection].end();
|
||||
timepos_t start = selection->time.start_time();
|
||||
timepos_t end = selection->time.end_time();
|
||||
timecnt_t cnt = start.distance (end);
|
||||
bool in_command = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue