-
Notifications
You must be signed in to change notification settings - Fork 404
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
Renoise/VST2: temporary value popup could disappear less quickly #537
Comments
This was my report (on KVR). I just tested it in Bitwig and it works as expected there, so it is a Renoise issue. Rather than describing it as the display values disappearing too quickly, it's more like they are only displayed on value change, then they disappear instantly. |
Thanks. The pop up on change code is code we wrote in surge so could enitely be succeptible to event differences on different hosts. Appreciate the accurate bug report. Curious which os? Thabks |
Windows 8.1
…On 11 February 2019 22:30:49 Paul ***@***.***> wrote:
Thanks. The pop up on change code is code we wrote in surge so could
enitely be succeptible to event differences on different hosts. Appreciate
the accurate bug report.
Curious which os?
Thabks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
When we turn to debugging this, just as a note to either myself or some other dev, the code is in src/common/gui/CParameterTooltip.h My bet is renoise is having the window go through a draw loop more frequently than the other hosts and/or the setDirty(false) at the end of draw is being ignored. I'd probably start with some sort of log in the draw method to see when I'm called and what visible is. I don't have renoise or windows 8.1 but hope that helps whomever looks a this in the future, even if it's me! |
from
https://www.kvraudio.com/forum/viewtopic.php?p=7307924#p7307924
The text was updated successfully, but these errors were encountered: