mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
tempo mapping: remove an unnecessary limit on tempo-drags
a) mouse-scaling is not 1:1 b) invalid tempo values are prevented internally anyway
This commit is contained in:
parent
ca5e56f98c
commit
a217c58ff5
1 changed files with 0 additions and 6 deletions
|
|
@ -3646,12 +3646,6 @@ MappingTwistDrag::motion (GdkEvent* event, bool first_move)
|
|||
}
|
||||
}
|
||||
|
||||
if (_drags->current_pointer_time() >= timepos_t::from_superclock (next.sclock())) {
|
||||
return;
|
||||
}
|
||||
if (_drags->current_pointer_time() <= timepos_t::from_superclock (prev.sclock())) {
|
||||
return;
|
||||
}
|
||||
|
||||
/* XXX needs to scale somehow with zoom level */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue