summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 499867036a..3d52b069ca 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -86,9 +86,11 @@ class SoundFileBox : public Gtk::VBox, public ARDOUR::SessionHandlePtr, public P
Gtk::Label channels;
Gtk::Label samplerate;
Gtk::Label timecode;
+ Gtk::Label tempomap;
Gtk::Label channels_value;
Gtk::Label samplerate_value;
+ Gtk::Label tempomap_value;
Gtk::Label format_text;
AudioClock length_clock;
@@ -287,6 +289,7 @@ class SoundFileOmega : public SoundFileBrowser
InstrumentSelector instrument_combo;
Gtk::CheckButton copy_files_btn;
+ Gtk::Button smf_tempo_btn;
void set_mode (Editing::ImportMode);
Editing::ImportMode get_mode() const;