mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Tempo ramps - rename tempo_at() -> tempo_at_frame().. 3 decimals for the audioclock tempo display.
This commit is contained in:
parent
250c88c038
commit
8f3bc6f809
12 changed files with 152 additions and 151 deletions
|
|
@ -116,7 +116,7 @@ StepEditor::prepare_step_edit_region ()
|
|||
} else {
|
||||
|
||||
const Meter& m = _mtv.session()->tempo_map().meter_at (step_edit_insert_position);
|
||||
const Tempo& t = _mtv.session()->tempo_map().tempo_at (step_edit_insert_position);
|
||||
const Tempo& t = _mtv.session()->tempo_map().tempo_at_frame (step_edit_insert_position);
|
||||
|
||||
double baf = _mtv.session()->tempo_map().beat_at_frame (step_edit_insert_position);
|
||||
double next_bar_in_beats = baf + m.divisions_per_bar();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue