Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added notification/messages to make Effect Strength slider work "live" #658

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HiCamino
Copy link
Contributor

This works but the gaussian blur could be faster it is "live" but it can be slow if you move the slider too fast. I found this page so maybe I can try to get this to work: https://blog.ivank.net/fastest-gaussian-blur.html but probably in a separate pull request

Fixes #92

@korli
Copy link
Contributor

korli commented Jan 16, 2025

There is a SetSnoozeAmount() on BSlider to snooze between modification messages on MouseDown(). Default is 20000.
You can surely make it greater when needed.

@HiCamino
Copy link
Contributor Author

There is a SetSnoozeAmount() on BSlider to snooze between modification messages on MouseDown(). Default is 20000. You can surely make it greater when needed.

thank you for the idea but I think the blur just needs to be faster to feel smoother. I tried to use this snooze amount to get rid of the extra tmp bitmap in ChangeSettings because it is only to stop flickering but it didn't work without the tmp bitmap no matter what number I put in there. even 1000000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Sharpness addon: make "Effect strength" live
2 participants