Enable model loudness normalization. Update NeuralAmpModelerCore.

This commit is contained in:
Mike Oliphant
2023-04-10 10:26:01 -07:00
parent 6f3a9232d2
commit b12aec0876
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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);