Latency issues..
-
I made a vst everything works fine, but when i open that vst into any daw like flstudio/live/reaper/reason it gives out latency.. how do i compensate the latency automatically?
-
@Jeetender You can use
setLatencySamples()to report the latency amount to the host, so it can compensate.https://docs.hise.dev/scripting/scripting-api/engine/index.html#setlatencysamples
However, I think the tool to measure the latency of your plugin is currently broken.
Tools > Check latency of signal chain
https://forum.hise.audio/topic/14245/check-latency-broken-on-latest-develop-build?_=1783032811243
-
@Jeetender said in Latency issues..:
I made a vst everything works fine, but when i open that vst into any daw like flstudio/live/reaper/reason it gives out latency.. how do i compensate the latency automatically?
i did try this.. but nothing worked, BUT i had a dynamic module in the end of the chain, which had a limiter, i removed it and then the latency was gone after compiling the vst..