Tempo ramps - rename meter_at() -> meter_at_frame() & make the ticker slightly more efficient.

This commit is contained in:
nick_m 2016-05-27 01:44:58 +10:00
parent 8f3bc6f809
commit baf8f37967
10 changed files with 13 additions and 13 deletions

View file

@ -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);