mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
[Summary] Refactored waves drop downs. Updated changed select item callback parameters, added feature drop box features (get_item, get_associated_data).
This commit is contained in:
parent
397f3c1260
commit
250214647f
10 changed files with 140 additions and 92 deletions
|
|
@ -2158,8 +2158,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
|
||||
WavesDropdown& _midi_input_dropdown;
|
||||
WavesDropdown& _midi_output_dropdown;
|
||||
void midi_input_chosen (WavesDropdown*, void*);
|
||||
void midi_output_chosen (WavesDropdown*, void*);
|
||||
void midi_input_chosen (WavesDropdown*, int);
|
||||
void midi_output_chosen (WavesDropdown*, int);
|
||||
void populate_midi_inout_dropdowns ();
|
||||
void populate_midi_inout_dropdown (bool playback);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue