diff --git a/deps/NeuralAmpModelerCore b/deps/NeuralAmpModelerCore index c5dad8f..aa777b5 160000 --- a/deps/NeuralAmpModelerCore +++ b/deps/NeuralAmpModelerCore @@ -1 +1 @@ -Subproject commit c5dad8f5bd91a956b7b726d74abf4e3d085f8298 +Subproject commit aa777b5f14548178982bdc1b6eb09c6137fdb134 diff --git a/src/nam_plugin.cpp b/src/nam_plugin.cpp index ea18229..5f17f96 100644 --- a/src/nam_plugin.cpp +++ b/src/nam_plugin.cpp @@ -79,6 +79,9 @@ namespace NAM { nam->stagedModel = get_dsp(msg->path); nam->stagedModelPath = msg->path; + // Enable model loudness normalization + nam->stagedModel->SetNormalize(true); + LV2WorkType response = kWorkTypeSwitch; respond(handle, sizeof(response), &response);