EQ Display bug - Draggable Filter Panel....
-
Confirmed, definitely there has been a glitch. Also it affects the laf elements too.
-
But it doesn't happen when the empty preset has at least one node. So if the empty preset has a node, the glitch is gone.
-
@orange Thanks mate - I will log this as a bug...
-
@Lindon The error also occurs in the Parametric EQ's own display. If the module is open and I change presets, the same behavior can be seen. I have to close the module and open it again so that the display shows the correct values.
-
@orange Nice-looking interface.
-
@clevername27 said in EQ Display bug - Draggable Filter Panel....:
@orange Nice-looking interface.
Thanks, it's one of our freebies, you can get it from here if you'd like: https://noiseash.com/sweetcase-vintage-electric-piano/
-
Has anyone found a workaround for this problem?
-
@Christoph-Hart - any chance of getting this fixed?
-
@Christoph-Hart Yes please. :-)
-
@Lindon bump bump...
-
@Lindon I swear if I had a magic wand, I'd fix that for you.
-
@clevername27 said in EQ Display bug - Draggable Filter Panel....:
@Lindon I swear if I had a magic wand, I'd fix that for you.
What a waste of a superpower.
World peace, nope.
Eternal life, nope.
Cure cancer, nope.Fix Lindon's bug, check!
-
@d-healey said in EQ Display bug - Draggable Filter Panel....:
@clevername27 said in EQ Display bug - Draggable Filter Panel....:
@Lindon I swear if I had a magic wand, I'd fix that for you.
What a waste of a superpower.
World peace, nope.
Eternal life, nope.
Cure cancer, nope.Fix Lindon's bug, check!
sorry if Im being a pain...Im just getting rained on by a client for this fix...
-
@d-healey said in EQ Display bug - Draggable Filter Panel....:
@clevername27 said in EQ Display bug - Draggable Filter Panel....:
@Lindon I swear if I had a magic wand, I'd fix that for you.
What a waste of a superpower.
World peace, nope.
Eternal life, nope.
Cure cancer, nope.Fix Lindon's bug, check!
Although I did work on a cure for cancer.
EDIT: I failed.
-
Yes, a fix would be really great! :-)
-
Changing HISE/hi_core/hi_modules/effects/fx/CurveEq.h, line 318:
sendOtherChangeMessage(dispatch::library::ProcessorChangeEvent::Preset);
to
sendOtherChangeMessage(dispatch::library::ProcessorChangeEvent::Custom);
Seems to resolve the issue. Not sure if it's a typo or if there's a missing definition for the Preset event, but I haven't found any new problems since making the change.
-
@Goodflow
Oh, this is nice! Thank you! :-) -
@Goodflow could you do a pull request? Thanks