[Summary] Implemented MTC selection mechanism with state saving/restoring. Implemented MTC use cases:

Switch to internal time code when MTC input is switched to off, disabling MTC timecode source when not MTC input is set.
Fixed Bug when it was impossible to switch to internal timecode source when transport was started with MTC.
This commit is contained in:
GZharun 2014-11-13 17:13:38 +02:00
parent 3ee3020611
commit ab51cc7f72
14 changed files with 216 additions and 7 deletions

View file

@ -38,6 +38,7 @@ class WavesDropdown : public WavesIconButton
void* get_item_associated_data (int);
Gtk::MenuItem* get_item (int);
Gtk::MenuItem* get_item (const std::string&);
Gtk::MenuItem& add_menu_item (const std::string& item, void* cookie = 0);
Gtk::RadioMenuItem& add_radio_menu_item (const std::string& item, void* cookie = 0);