-
Time remap with a Slider?
I’m interested in finding a way to manipulate the playback speed of a clip and have it be controlled by a slider.
I have a waveform that I have converted into keyframes, and I have a linear value expression on the slider to change the values to whatever I need. However I can’t parent any time remapping control to a slider as it’s based off timecode and not a value
The desired effect would be something like this:
when the slider’s value is 100, the clip plays at 100% of normal speed
when the slider’s value is 0, the clip is frozenSimple in theory, but I can’t find a simple way to execute it.
I’ve only been using expression for a short time, and I know very little about JavaScript, maybe I could be using some sort of equation?