mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
[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:
parent
3ee3020611
commit
ab51cc7f72
14 changed files with 216 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue