Parametric EQ Sticks when deleting a band
-
-
@iamlamprey said in Parametric EQ Sticks when deleting a band:
Strange that a reinstall didn't fix it.
super.
-
@iamlamprey
I still have the same behavior. Did you compile HISE from source? -
@Oli-Ullmann always

-
@iamlamprey
Okay, I'll try the last commit. :-)
What did you do to get rid of the problem? Just compiled the last commit? -
@Oli-Ullmann said in Parametric EQ Sticks when deleting a band:
What did you do to get rid of the problem?
I didn't, it's still occuring for me (Windows)
-
@iamlamprey
Ah ok, for me too. On Mac. -
@iamlamprey Same here on Mac, on an older HISE version c623b06d from Oct 9th.
To be more specific, the issue I see is only when deleting the last band.
Example
- Open snippet and expand EQ panel
- Add two EQ bands
- Delete one band > path is redrawn
- Delete the last band > path is NOT redrawn
-
@dannytaurus Actually yeh you're right, it's the last band.
It's probably as simple as a missing repaint() call when the last band is deleted but I haven't looked at the source just yet
-
@iamlamprey Fixed with this PR: https://github.com/christophhart/HISE/pull/793
Changes
repaint(), which I believe uses a cached path, torefreshAsync(), which forces a proper repaint.