mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
move the external sync source selection tobe a global config parameter, not per-session, since this is likely a reflection of studio setup, h/w etc.; starting using real tooltips in the RC option editor
git-svn-id: svn://localhost/ardour2/branches/3.0@13237 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1a53055019
commit
9707a0e827
15 changed files with 76 additions and 60 deletions
|
|
@ -31,10 +31,8 @@ public:
|
|||
|
||||
private:
|
||||
void parameter_changed (std::string const &);
|
||||
void populate_sync_options ();
|
||||
|
||||
ARDOUR::SessionConfiguration* _session_config;
|
||||
ComboOption<ARDOUR::SyncSource>* _sync_source;
|
||||
|
||||
bool set_use_monitor_section (bool);
|
||||
bool get_use_monitor_section ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue