From d91d278919730a40e3101ad303423782f7397bd4 Mon Sep 17 00:00:00 2001 From: Extremesecrecy <10959169+extremesecrecy@users.noreply.github.com> Date: Mon, 28 Jul 2025 13:16:48 -0700 Subject: [PATCH] alsaDevice_ Check --- src/JackServerSettings.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/JackServerSettings.hpp b/src/JackServerSettings.hpp index 5cf6b4b..d5e9058 100644 --- a/src/JackServerSettings.hpp +++ b/src/JackServerSettings.hpp @@ -95,6 +95,7 @@ namespace pipedal { return this->alsaInputDevice_ == other.alsaInputDevice_ && this->alsaOutputDevice_ == other.alsaOutputDevice_ && + this->alsaDevice_ == other.alsaDevice_ && this->sampleRate_ == other.sampleRate_ && this->bufferSize_ == other.bufferSize_ && this->numberOfBuffers_ == other.numberOfBuffers_;