- #1
Metaphysics
- 1
- 0
In audio application i can automate playrate envelope (playhead speed)
1 = original speed, 2 = 2 x original speed, 3 = 3 x original speed etc..
Now i need to calculate time it takes for playhead to travel each section
its easy to calculate time for section 1, where speed is constant
time = section 1 len/speed = 1/1 = 1 sec
but i don't know how to find time for section 2, section 3
can you help?