mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
update available sync-sources when engine [re]-starts
fixes issue with JACK only being available if Ardour was started with JACK.
This commit is contained in:
parent
b228c11311
commit
38ef9ae0ef
2 changed files with 4 additions and 0 deletions
|
|
@ -2019,6 +2019,7 @@ RCOptionEditor::RCOptionEditor ()
|
|||
_ltc_port->set_popdown_strings (physical_inputs);
|
||||
|
||||
populate_sync_options ();
|
||||
AudioEngine::instance()->Running.connect (engine_started_connection, MISSING_INVALIDATOR, boost::bind (&RCOptionEditor::populate_sync_options, this), gui_context());
|
||||
|
||||
add_option (_("Transport"), _ltc_port);
|
||||
|
||||
|
|
@ -3224,4 +3225,6 @@ RCOptionEditor::populate_sync_options ()
|
|||
_rc_config->set_sync_source(sync_opts.front());
|
||||
}
|
||||
}
|
||||
|
||||
parameter_changed ("sync-source");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue