mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Tempo ramps - rename meter_at() -> meter_at_frame() & make the ticker slightly more efficient.
This commit is contained in:
parent
8f3bc6f809
commit
baf8f37967
10 changed files with 13 additions and 13 deletions
|
|
@ -115,7 +115,7 @@ StepEditor::prepare_step_edit_region ()
|
|||
|
||||
} else {
|
||||
|
||||
const Meter& m = _mtv.session()->tempo_map().meter_at (step_edit_insert_position);
|
||||
const Meter& m = _mtv.session()->tempo_map().meter_at_frame (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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue