[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:
GZharun 2014-11-10 11:46:41 +02:00
parent 397f3c1260
commit 250214647f
10 changed files with 140 additions and 92 deletions

View file

@ -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);