23 #include <ytkmm/combobox.h>
24 #include <ytkmm/comboboxtext.h>
25 #include <ytkmm/treemodel.h>
26 #include <ytkmm/liststore.h>
60 Gtk::TreeModelColumn<std::string>
name;
61 Gtk::TreeModelColumn<ARDOUR::PluginInfoPtr>
info_ptr;
void build_instrument_list()
std::string selected_instrument_name() const
static sigc::signal< void > DropPluginInfoPtr
InstrumentListDisposition
Glib::RefPtr< Gtk::ListStore > _instrument_list
InstrumentSelector(InstrumentListDisposition)
std::string _longest_instrument_name
uint32_t _reasonable_synth_id
InstrumentListDisposition _disposition
PBD::ScopedConnection _update_connection
InstrumentListColumns _instrument_list_columns
ARDOUR::PluginInfoPtr selected_instrument() const
std::shared_ptr< PluginInfo > PluginInfoPtr
Gtk::TreeModelColumn< ARDOUR::PluginInfoPtr > info_ptr
Gtk::TreeModelColumn< std::string > name