free-audio / clap-wrapper

Wrappers for using CLAP in other plugin environments
MIT License
123 stars 20 forks source link

request_callback impl on windows standalone #293

Closed MeijisIrlnd closed 3 months ago

MeijisIrlnd commented 3 months ago

Spins a timer on construction of the windows standalone, to handle calls to request_callback. Timer interval is every 8ms (~= 120hz), kills timer in onDestroy.

baconpaul commented 3 months ago

Looks great to me.