ExtendScript: Find fastest point on a graph
Hey everyone, I've been searching for days and I can't find a solution:
How can I find the fastest point of a graph via scripting? ( so in the speed graph it's the highest peak )

I have a working solution ( The script goes into a for loop and it gets the value of every frames between the 2 keyframes and then it finds the difference between every value to find the biggest difference, if that makes sens ) but it doesn't work perfectly with everything—especially when it comes to the CUSTOM_VALUES or some path—so I want to find a better solution, maybe a solution working with the easing ( like the influence and speed )
Thanks in advance,
Redy
