mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
rename TempoMap::cut_time() to remove_time()
Everywhere else, 'cut time' has been renamed to 'remove time': for consistency, rename this one remaining function to match.
This commit is contained in:
parent
5aa834e1d8
commit
94e4e2f55f
3 changed files with 3 additions and 3 deletions
|
|
@ -7215,7 +7215,7 @@ Editor::remove_time (framepos_t pos, framecnt_t frames, InsertTimeOption opt,
|
|||
if (tempo_too) {
|
||||
XMLNode& before (_session->tempo_map().get_state());
|
||||
|
||||
if (_session->tempo_map().cut_time (pos, frames) ) {
|
||||
if (_session->tempo_map().remove_time (pos, frames) ) {
|
||||
XMLNode& after (_session->tempo_map().get_state());
|
||||
_session->add_command (new MementoCommand<TempoMap>(_session->tempo_map(), &before, &after));
|
||||
commit = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue