-
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
Hover is intermittent - Linux VST3 #1817
Comments
In this instance the hover works over the Oscillator and Scene sections and loses focus when it passes over the Filter section. Returning to Waveform LFO Shapes menu the Mouse is now an arrow and will change to a hand on a left click down. Returning to the Oscillator section though the mouse remains a hand. Clicking again on the Waveform LFO Shapes menu and when returning to the Oscillator section mouse appears as an arrow and the hover works, once again losing focus over the Filter section. |
So the hands are just because I haven't fully backed out #1752 hand gesture yet. I'll do so. The hover is more worrying and i see it too. It is, of course, most likely event loop related and we are just not getting the events. |
yeah the xcb hover delivery just hangs up on me and I can't figure out why. Forcing it by doing a click seems to start the events again. Do you happen to know a lot about xcb? If so I could definitely use some help. (If not I will keep plugging away at it of course). |
I'm not familiar with xcb. If I were, I'd be happy to look into it. |
Thanks! Figured it didn't hurt to ask I think the problem is vstgui and xcb somewhere ... I keep getting close. But this is in the 170 milestone so I really do intend to fix it. |
Just figured it out. |
the FDI based VST3 event loop would hang up, so kick it on the idle. Comment inline in source with more details Closes surge-synthesizer#1817
the FDI based VST3 event loop would hang up, so kick it on the idle. Comment inline in source with more details Closes #1817
That fixed it. Thanks! |
Using Debian Buster Linux
hover often requires a mouse down click to enable/activate
for example, after a preset is selected from the Patch Browser, hover does not initiate
after clicking down on the GUI hover appears when passing the mouse over those elements that hover
sometimes it requires two clicks to get it working
here is an example
Happens on VST3 in Carla and Bitwig
Does not happen in VST3 in Reaper
Does not happen in VST2 in Reaper, Carla or Bitwig
The text was updated successfully, but these errors were encountered: