summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-12-16 13:46:13 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2016-12-16 13:46:13 +0000
commit7bf10eda75914efae36205cd87e17a93d74ff221 (patch)
treedcc23661ee1cdec7cd615cb60d0765cce54a1e35 /gtk2_ardour/sfdb_ui.h
parent6a0ea658850b32cd06ff0fcc72a14ea57e5a0388 (diff)
show tempo information for MIDI files in preview pane; start to offer choice about using tempo map when importing
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;