mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Tempo ramps - fix various tempo dragging issues.
This commit is contained in:
parent
6f3ac9d626
commit
3c76fa9dd1
3 changed files with 26 additions and 4 deletions
|
|
@ -3206,7 +3206,6 @@ MeterMarkerDrag::motion (GdkEvent* event, bool first_move)
|
|||
_editor->session()->tempo_map().gui_dilate_tempo (_real_section, pf);
|
||||
} else if (bbt.bars > _real_section->bbt().bars) {
|
||||
const double pulse = _real_section->pulse() + (prev_m.note_divisor() / prev_m.divisions_per_bar());
|
||||
//const double pulse = _real_section->pulse() + (_real_section->note_divisor() / _real_section->divisions_per_bar());
|
||||
_editor->session()->tempo_map().gui_move_meter (_real_section, pulse);
|
||||
} else if (bbt.bars < _real_section->bbt().bars) {
|
||||
const double pulse = _real_section->pulse() - (prev_m.note_divisor() / prev_m.divisions_per_bar());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue