mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
restore last used driver+devices for a given backend.
This commit is contained in:
parent
3c9b71b50e
commit
b754c4341e
2 changed files with 25 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
|
|||
|
||||
StateList states;
|
||||
|
||||
State get_matching_state (const std::string& backend);
|
||||
State get_matching_state (const std::string& backend,
|
||||
const std::string& driver,
|
||||
const std::string& device);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue