You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the timer support exists basically for linux. Most plugins on windows and macos just know they are on the UI thread and use CFTimer and some such and so won't register a timer with you.
Although some hosts do support the timer extension on mac and win, most plugins wont use it. On linux where the concept of 'main thread' is more nebulous because of X and Wayland, we delegate to the host to be able to schedule on the plugin ui thread (and similarly to respond to event handles with the posix fd extension)
If the plugin doesn't call register timer it doesn't expect regular timer callbacks. It will call request callback if it wants a single callback (edited)
The text was updated successfully, but these errors were encountered:
From discord:
The text was updated successfully, but these errors were encountered: