EQ bands recall wrong when loading presets
-
I’m running into an issue with EQ recall in my project. I create a preset with specific EQ band settings . After saving and reloading the preset, the EQ recalls different bands than the ones I set the values seem to shift or swap between bands.
Anyone knows the reason for this
-
@Oriah-Beats Theres alot of weird bugs like that with the built in parametric eq. You're better off creating your own preset system for you eq.
-
@Oriah-Beats maybe try applying this to your EQ
-
@HISEnberg thanks I used this "
const var ParametriqEQ1 = Synth.getEffect("Parametriq EQ1"); Engine.addModuleStateToUserPreset("Parametriq EQ1")
but the Eq still recalls the wrong bands.
-
@Oriah-Beats try a minimal project. This function works reliably on my projects so there has to be something that you're doing differently that messes up the function.
Do you have some UI knobs assigned to the EQ which are
saveInPreset
set to true? This might cause loading wrong values of the EQ. -
@Chazrox I may need this method in the future. have you attempted to do it? anything I should keep in mind?
-
@Christoph-Hart You are Right!! I now see my mistake. I disabled the saveInPreset and it works fine now.
@Chazrox ,@HISEnberg @Christoph-Hart You are the best.