From 8f3bc6f8099d7fc3bcc7f0dc88434afa0084e35f Mon Sep 17 00:00:00 2001 From: nick_m Date: Fri, 27 May 2016 01:25:47 +1000 Subject: Tempo ramps - rename tempo_at() -> tempo_at_frame().. 3 decimals for the audioclock tempo display. --- gtk2_ardour/tempo_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/tempo_dialog.cc') diff --git a/gtk2_ardour/tempo_dialog.cc b/gtk2_ardour/tempo_dialog.cc index 5cb897e148..b68e82f30b 100644 --- a/gtk2_ardour/tempo_dialog.cc +++ b/gtk2_ardour/tempo_dialog.cc @@ -46,7 +46,7 @@ TempoDialog::TempoDialog (TempoMap& map, framepos_t frame, const string&) , tap_tempo_button (_("Tap tempo")) { Timecode::BBT_Time when; - Tempo tempo (map.tempo_at (frame)); + Tempo tempo (map.tempo_at_frame (frame)); map.bbt_time (frame, when); init (when, tempo.beats_per_minute(), tempo.note_type(), TempoSection::Constant, true, MusicTime); -- cgit v1.2.3