summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-24 20:07:10 -0500
committerDavid Robillard <d@drobilla.net>2014-12-24 20:07:10 -0500
commit1de39b8971f39398cadf6c9f2461fd49299c322e (patch)
tree5ea192fcad5e3114f0dffe09a1c84552a097a92a /gtk2_ardour/sfdb_ui.h
parent10ad55fcf59c6a89ed42c9a78024e184e153d81e (diff)
Add instrument selector to import dialog.
Idea here is for importing large multi-track MIDI files to be immediately listenable upon play without tediously adding a ton of instrument plugins manually.
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 aa0aa33498..4424c0db39 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -50,6 +50,7 @@
#include "ardour_window.h"
#include "editing.h"
#include "audio_clock.h"
+#include "instrument_selector.h"
namespace ARDOUR {
class Session;
@@ -284,6 +285,7 @@ class SoundFileOmega : public SoundFileBrowser
Gtk::ComboBoxText where_combo;
Gtk::ComboBoxText channel_combo;
Gtk::ComboBoxText src_combo;
+ InstrumentSelector instrument_combo;
Gtk::CheckButton copy_files_btn;