mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
tempo marker drag: update GUI during drag
This commit is contained in:
parent
ed7e0a4166
commit
253419a321
1 changed files with 1 additions and 0 deletions
|
|
@ -3304,6 +3304,7 @@ TempoMarkerDrag::motion (GdkEvent* event, bool first_move)
|
||||||
stringstream strs;
|
stringstream strs;
|
||||||
Temporal::Tempo new_tempo (new_bpm, _marker->tempo().note_type());
|
Temporal::Tempo new_tempo (new_bpm, _marker->tempo().note_type());
|
||||||
map->change_tempo (const_cast<TempoPoint&>(_marker->tempo()), new_tempo);
|
map->change_tempo (const_cast<TempoPoint&>(_marker->tempo()), new_tempo);
|
||||||
|
_editor->mid_tempo_change (Editor::TempoChanged);
|
||||||
strs << "Tempo: " << fixed << setprecision(3) << new_bpm;
|
strs << "Tempo: " << fixed << setprecision(3) << new_bpm;
|
||||||
show_verbose_cursor_text (strs.str());
|
show_verbose_cursor_text (strs.str());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue