summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2019-02-01 10:17:48 -0600
committerBen Loftis <ben@harrisonconsoles.com>2019-02-12 13:04:59 -0600
commit5eca084d005acb2772a0cbc289615a00622635dc (patch)
treedf27dd04382fd8ceb64f4e68380ea58bab68d121 /gtk2_ardour/sfdb_ui.h
parentc881b4a85f77588b98ce0dc01bca86e8ff4ece89 (diff)
Allow the selected Instrument to be used as the auditioner synth.
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index a1ac98fd8a..e25931f582 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -324,6 +324,8 @@ private:
static bool check_link_status (const ARDOUR::Session*, const std::vector<std::string>& paths);
+ void instrument_combo_changed ();
+
void file_selection_changed ();
bool reset_options ();
void reset_options_noret ();