mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
Always set the musical position in Region::recompute_position_from_lock_style().
This commit is contained in:
parent
8a676d2bd4
commit
703150d365
1 changed files with 1 additions and 3 deletions
|
|
@ -672,9 +672,7 @@ Region::set_position_internal (framepos_t pos, bool allow_bbt_recompute, const i
|
|||
void
|
||||
Region::recompute_position_from_lock_style (const int32_t& sub_num)
|
||||
{
|
||||
if (_position_lock_style == MusicTime) {
|
||||
_beat = _session.tempo_map().exact_beat_at_frame (_position, sub_num);
|
||||
}
|
||||
_beat = _session.tempo_map().exact_beat_at_frame (_position, sub_num);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue