mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Set default input/output device based on selected host api rather than global default
This commit is contained in:
parent
e2001ac4f3
commit
4e370feeb1
4 changed files with 45 additions and 22 deletions
|
|
@ -317,7 +317,6 @@ class PortAudioBackend : public AudioBackend {
|
|||
static std::vector<AudioBackend::DeviceStatus> _audio_device_status;
|
||||
static std::vector<AudioBackend::DeviceStatus> _midi_device_status;
|
||||
|
||||
std::string _target_driver;
|
||||
mutable std::string _audio_device;
|
||||
std::string _midi_driver_option;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue