mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-07 04:00:09 +02:00
Enable model loudness normalization. Update NeuralAmpModelerCore.
This commit is contained in:
Vendored
+1
-1
Submodule deps/NeuralAmpModelerCore updated: c5dad8f5bd...aa777b5f14
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user