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

Renoise/VST2: temporary value popup could disappear less quickly #537

Closed
esaruoho opened this issue Feb 7, 2019 · 4 comments
Closed

Renoise/VST2: temporary value popup could disappear less quickly #537

esaruoho opened this issue Feb 7, 2019 · 4 comments
Labels
Bug Report Item submitted using the Bug Report template Host Specific Issues related to specific host(s) or host features Windows Windows related issues

Comments

@esaruoho
Copy link
Collaborator

esaruoho commented Feb 7, 2019

  • The temporary values that show up when editing a value disappear very quickly; too quickly to read. Not sure if this is just a Renoise thing.

from
https://www.kvraudio.com/forum/viewtopic.php?p=7307924#p7307924

@kippertoffee
Copy link

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.

@baconpaul
Copy link
Collaborator

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

@kippertoffee
Copy link

kippertoffee commented Feb 11, 2019 via email

@baconpaul
Copy link
Collaborator

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!

@baconpaul baconpaul added this to the 1.6.n milestone Aug 12, 2019
@baconpaul baconpaul added Host Specific Issues related to specific host(s) or host features Windows Windows related issues labels Aug 12, 2019
@baconpaul baconpaul modified the milestones: 1.6.n, Currently Unscheduled Oct 4, 2019
@mkruselj mkruselj added the Bug Report Item submitted using the Bug Report template label Nov 9, 2020
@mkruselj mkruselj removed this from the Currently Unscheduled milestone Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report Item submitted using the Bug Report template Host Specific Issues related to specific host(s) or host features Windows Windows related issues
Projects
None yet
Development

No branches or pull requests

4 participants