From f4cb567fdb7781417fb729cda65a6410bd062c86 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 8 Feb 2017 19:07:28 +0100 Subject: use centralized SMF tempo method in both places where we show it --- gtk2_ardour/sfdb_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/sfdb_ui.cc') diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc index d3979959fd..fd08e14419 100644 --- a/gtk2_ardour/sfdb_ui.cc +++ b/gtk2_ardour/sfdb_ui.cc @@ -344,7 +344,7 @@ SoundFileBox::setup_labels (const string& filename) tempomap_value.set_text (string_compose (_("%1/%2 \u2669 = %3"), t->numerator, t->denominator, - (1000000 / t->microseconds_per_quarter_note) * 60)); + t->tempo ())); break; } default: -- cgit v1.2.3