mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Experimental GenericPluginUI MIDI patch select.
This commit is contained in:
parent
c3e8cdb418
commit
aa11cb96b3
2 changed files with 162 additions and 1 deletions
|
|
@ -303,6 +303,14 @@ private:
|
|||
|
||||
void scroller_size_request (Gtk::Requisition*);
|
||||
Gtk::ScrolledWindow scroller;
|
||||
|
||||
void build_midi_table ();
|
||||
void midi_refill_patches ();
|
||||
void midi_bank_patch_change (uint8_t chn);
|
||||
void midi_bank_patch_select (uint8_t chn, uint32_t bankpgm);
|
||||
std::vector<ArdourWidgets::ArdourDropdown*> midi_pgmsel;
|
||||
PBD::ScopedConnectionList midi_connections;
|
||||
std::map<uint32_t, std::string> pgm_names;
|
||||
};
|
||||
|
||||
class PluginUIWindow : public ArdourWindow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue