mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Refactor port change handling part of PA Backend process function into new method
This commit is contained in:
parent
684701427e
commit
7b23f80b03
2 changed files with 35 additions and 29 deletions
|
|
@ -323,6 +323,8 @@ class PortAudioBackend : public AudioBackend {
|
|||
bool start_blocking_process_thread ();
|
||||
bool stop_blocking_process_thread ();
|
||||
|
||||
void process_port_connection_changes ();
|
||||
|
||||
private:
|
||||
std::string _instance_name;
|
||||
PortAudioIO *_pcmio;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue