summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-09-02 19:28:42 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-09-02 19:28:42 +0000
commit48c12d940b81185996987b045db8218ca9d39939 (patch)
tree4a46546f2d2c453298514427bc89833996f31679 /gtk2_ardour/sfdb_ui.h
parentf2a2e9c00281c9bfe5ff7df31cdc8860129b282c (diff)
lots of GUI tweaks for the import dialog
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2362 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 89e756ce73..15b2905b18 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -65,15 +65,25 @@ class SoundFileBox : public Gtk::VBox
ARDOUR::SoundFileInfo sf_info;
pid_t current_pid;
+
+ Gtk::Table table;
Gtk::Label length;
Gtk::Label format;
Gtk::Label channels;
Gtk::Label samplerate;
Gtk::Label timecode;
+
+ Gtk::Label channels_value;
+ Gtk::Label samplerate_value;
+ Gtk::TextView format_text;
+ AudioClock length_clock;
+ AudioClock timecode_clock;
+
Gtk::Frame border_frame;
-
+ Gtk::Label preview_label;
+
Gtk::TextView tags_entry;
Gtk::VBox main_box;
@@ -89,6 +99,7 @@ class SoundFileBox : public Gtk::VBox
void tags_changed ();
void audition_status_changed (bool state);
+ sigc::connection audition_connection;
};
class SoundFileBrowser : public ArdourDialog