87 of 95
Reference Manual ATOM one SSM500
position in the buffer is returned and afterwards “OK” is printed. See examples below for
details.
It is possible to seek in front of the positions that are marked as “in” and “out” with the
mark_in
and
mark_out
commands below.
This command has no get function and will fail if called without parameters.
Parameter
Value
Function
Comment
mode
0
Relative
Jump <pos> frames relative to the current position.
Negative number seeks backward, positive number
forward.
1
Absolute
Jump to absolute postion <pos> in the buffer,
<pos> must be a valid frame in the buffer, negative
positions are not allowed.
ret_pos
(optional)
0
Normal
Mode
If 0 or not specified, the
seek
command will work in
normal mode and just print “OK” upon completion.
1
Return new
Position
If 1, the
seek
command will print the new position in
the format “pos X”, before printing “OK”.
Examples:
Seek 200 frames forward:
seek 0 200
OK
Seek 10 frames backward:
seek 0 -10
OK
Seek to absolute frame position 3000:
seek 1 3000
OK
Seek 200 frames forward and print new absolute position:
seek 0 200 1
pos 1300
OK
17.13
mark_in
Mark the given frame or the current frame (pos not specified or 0) as the start frame of the
segment you want to play out. Also see
play_mode
command.
Can only be set while playback is running (playback has been started with the
play
command).