Page 1 of 1

Make a script that can runs fast then slow down on playback

PostPosted: Thu Feb 22, 2018 4:02 pm
by JaEvers
Hello.

I need to have a script that runs fast for a while, then slows down?

Can eValid change its playback parameters during playback?


Thanks

Re: Make a script that can runs fast then slow down on playb

PostPosted: Fri Feb 23, 2018 2:04 pm
by eValid
JaEvers wrote:Hello.

I need to have a script that runs fast for a while, then slows down?

Can eValid change its playback parameters during playback?


Thanks


That is something that makes sense, particularly if you are trying to simulate a real user playback JaEvers.

The mechanism eValid provides for this is called "PlayValue" and here is the manual page on how it works:

http://e-valid.com/Products/Documentati ... value.html

The particular value that affects (adjusts) the playback speed is the Delay Multiplier, +PM.

You specify this in the following command in your script:

PlayValue _PM value

Have fun!


-- eValid Support