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

Improve flicker/lag when UI first appears #26

Open
olilarkin opened this issue Nov 10, 2018 · 4 comments
Open

Improve flicker/lag when UI first appears #26

olilarkin opened this issue Nov 10, 2018 · 4 comments
Labels
bug Something isn't working ios Issue relates to iOS macOS Issue relates to macOS nanovg Issue relates to nanovg

Comments

@olilarkin
Copy link
Member

Since enabling transient IGraphics contexts ( so that no textures et cetera are loaded onto the GPU until plug-in user interface is required), there is a noticeable lag seeing the UI, at least with virtualCZ. this wasn't an issue when the metal context was created before the UI was needed

@olilarkin olilarkin added nanovg Issue relates to nanovg macOS Issue relates to macOS ios Issue relates to iOS labels Nov 10, 2018
@olilarkin olilarkin changed the title Flicker when UI first appears Flicker/Lag when UI first appears Nov 10, 2018
@johannesmenzel
Copy link

Is this issue still relevant? I see a very noticeable lag of >5 seconds everytime I open the GUI on windows vst2 and vst3. Couldn't figure out by now if it's a problem of my custom controls, but my impression is that it got worse since around the "remove *this delegate" commit.

@olilarkin
Copy link
Member Author

5 Seconds seems way more serious than anything I've seen. Are you using Nanovg (the default) on windows? there are some problems with that at the moment with multiple windows open it could be related

@johannesmenzel
Copy link

Yes, using NanoVG. When back on the code I'll try some things to figure out if it's a problem with my controls. But as far as I remember I had these issues from the beginning (means from duplicated IPlugEffect).

@johannesmenzel
Copy link

The severe lag of multiple seconds seems to be related to user specific errors (me) in my custom IControls.

@AlexHarker AlexHarker added this to TO DO in Finalise IGraphics via automation May 30, 2019
@olilarkin olilarkin changed the title Flicker/Lag when UI first appears Improve flicker/lag when UI first appears Nov 23, 2019
@AlexHarker AlexHarker added the bug Something isn't working label May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ios Issue relates to iOS macOS Issue relates to macOS nanovg Issue relates to nanovg
Projects
Development

Successfully merging a pull request may close this issue.

3 participants