From 1de39b8971f39398cadf6c9f2461fd49299c322e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 24 Dec 2014 20:07:10 -0500 Subject: 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. --- gtk2_ardour/sfdb_ui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/sfdb_ui.h') 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; -- cgit v1.2.3