mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
fix device changes..
backend_changed() stopped the backend.
This commit is contained in:
parent
659a8a26ae
commit
82e23ecd2a
1 changed files with 2 additions and 1 deletions
|
|
@ -2196,7 +2196,8 @@ void
|
||||||
EngineControl::device_list_changed ()
|
EngineControl::device_list_changed ()
|
||||||
{
|
{
|
||||||
PBD::Unwinder<uint32_t> protect_ignore_changes (ignore_changes, ignore_changes + 1);
|
PBD::Unwinder<uint32_t> protect_ignore_changes (ignore_changes, ignore_changes + 1);
|
||||||
backend_changed();
|
list_devices ();
|
||||||
|
midi_option_changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue