-
I was wondering if it is possible to get higher fps than clap_plugin_timer_support_t for something like running the GUI? I can push GUI updates on events like moving the mouse and such but it would be nice to go beyond 30 hz for passive updates. |
Beta Was this translation helpful? Give feedback.
Answered by
abique
Apr 18, 2023
Replies: 1 comment 6 replies
-
I think this is a documentation thing. Most hosts do well above 30hz but the minimum a host must do is 30 is what I thought the intent of the comment was. if others agree I’m happy to redraft the documentation |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want a high resolution timer, for 120Hz GUI rendering, then consider spawning your own rendering thread.