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_;