How can I determine (either by setting it, or computing it from the presets) the duration that a CurveController will take to translate between its start and finish points?
If I just do getMaxTime() - getMinTime(), I get ridiculous numbers (if they're in seconds).
Thanks.
Netzapper said:
If I just do getMaxTime() - getMinTime(), I get ridiculous numbers (if they're in seconds).
It's probably in milliseconds.