C++ plugin, Premiere is not triggering imGetPeakAudio at closer zoom level
Hi,
We've implemented the imGetPeakAudio function to provide a custom waveform for our client, and it works well in general. However, we've noticed that when zooming in closely on the waveform panel in Premiere (both 2024 and 2025 versions), Premiere stops triggering imGetPeakAudio and instead renders its own waveform.
The function resumes being called when we zoom out, seems like Premiere switches to its internal waveform rendering at closer zoom levels—even though we have the canProvidePeakAudio flag enabled.
We're unsure whether this is a bug or intended behavior. If it's by design, is there any way to disable this behavior and ensure our plugin continues to provide the waveform regardless of the zoom level?
Thanks
