Parametric eq is not saved in Presets?
-
Is it normal for the Parametric eq values to not being stored in presets?
I have added it in a Floating Tile with "Draggable Filter Panel" -
@ThinkTank You have to add this:
const var ParametriqEQ1 = Synth.getEffect("Parametriq EQ1"); Engine.addModuleStateToUserPreset("Parametriq EQ1");
(Replace ParametriqEQ1 with your real EQ name)
-
@bendurso said in Parametric eq is not saved in Presets?:
const var ParametriqEQ1 = Synth.getEffect("Parametriq EQ1");
Engine.addModuleStateToUserPreset("Parametriq EQ1");Thanks!