summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2017-06-12 23:59:11 +1000
committerTim Mayberry <mojofunk@gmail.com>2017-06-13 00:08:26 +1000
commit140ce4daec246ac056313b7232698f91fddce6ee (patch)
treee293d338afe88c4fda70ea1e5962876c7aa5482f /gtk2_ardour/sfdb_ui.h
parent19384be74b6eb0d75d4e30abf9c3cdf7f5f72b71 (diff)
Restore the state of the autoplay button in the import dialog
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 c0d7eb3aa0..d7eb80ecca 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -115,6 +115,9 @@ class SoundFileBox : public Gtk::VBox, public ARDOUR::SessionHandlePtr, public P
void audition_active(bool);
void audition_progress(ARDOUR::framecnt_t, ARDOUR::framecnt_t);
+ void update_autoplay ();
+ void autoplay_toggled ();
+
bool tags_entry_left (GdkEventFocus* event);
void tags_changed ();
void save_tags (const std::vector<std::string>&);