diff --git a/core/src/dsp/resampling.h b/core/src/dsp/resampling.h index 32041b73..9aff95b5 100644 --- a/core/src/dsp/resampling.h +++ b/core/src/dsp/resampling.h @@ -104,7 +104,7 @@ namespace dsp { } { - std::lock_guard lck(ctrlMtx); + std::lock_guard lck(generic_block>::ctrlMtx); int outCount = calcOutSize(count); memcpy(&buffer[tapsPerPhase], _in->readBuf, count * sizeof(T)); _in->flush();