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
Buffer sizes greater than 1024 make Engine.getPlayHead().ppqPosition and timeInSamples oscillate in multiples of 512.
I believe JUCE by default only updates play position on every buffer, so just removing the interpolation you've done is probably fine, but I thought I'd open the issue anyway in case you wanted to tackle this some other way.
The text was updated successfully, but these errors were encountered:
https://forum.hise.audio/topic/2969/engine-getplayhead-functionality/21
Buffer sizes greater than 1024 make Engine.getPlayHead().ppqPosition and timeInSamples oscillate in multiples of 512.
I believe JUCE by default only updates play position on every buffer, so just removing the interpolation you've done is probably fine, but I thought I'd open the issue anyway in case you wanted to tackle this some other way.
The text was updated successfully, but these errors were encountered: