Dear All,
Well, here's an attempt at doing this in Isadora.
The mouse watcher is used as an input, but it could be any value that goes from 0 to 100.
The User Actor looks at the current input. If the movie position is greater than the current input, it plays backwards until it gets there. If the current movie position is less than the current input value, it plays forward. To make it work better, if the distance between the current movie position and the input value is greater than 10, it sends the target value to the 'position' input to jump there.
Don't know if this will achieve your goal exactly, but it does basically scrub to whatever position you use as an input.
Best Wishes,
Mark
P.S. Used the Classic Movie Player instead of the 2.0 Movie PLayer because it's speed inputs are not limited to -2 to +2 -- which is a limitation of AVFoundation, but not for QuickTime.
dc7350-scrub-audio.izz