EQ Display bug - Draggable Filter Panel....
- 
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