Parametriq EQ1 Not Saving In presets
-
So on my UI, I created a DraggableFilerPanel with my Parametriq EQ1 as the Processor. This way users can edit the bands of the EQ.
However, when I edit the bands and save a preset in the preset browser the edited EQ does not save with the preset.
Does anyone know how I can get my EQ to save with the preset?
-
-
-
@d-healey when I have this
Engine.addModuleStateToUserPreset(var ParametriqEQ1);
where do I paste it? I don't understand what's written in the docs
-
-
@Lindon tried this already but this is what happens
-
@meto396 The bit in the parenthesis needs to be replaced with the id of your module.
-
@meto396 As mentioned above, you have to call for your EQ and then use the ID of it in the
Engine.addmodulestatetouserpreset(YourEQName)
bit. -
@trillbilly got it thanks