Add server name parameter for jack client

This commit is contained in:
Marcus Weseloh 2024-05-28 16:54:56 +02:00 committed by Johannes Pohl
parent 3fc86a823b
commit e5ebe35f80
2 changed files with 8 additions and 2 deletions

View file

@ -61,8 +61,9 @@ protected:
void autoConnectPorts();
std::string serverName_;
jack_client_t *client_;
jack_status_t status_;
std::vector<jack_port_t *> ports_;
jack_nframes_t jackConnectFrames_;
std::chrono::time_point<std::chrono::steady_clock> jackConnectTime_;