88 of 95
Reference Manual ATOM one SSM500
If the mark_in position is placed behind the mark_out position, mark_out is moved to the
end of the buffer automatically.
Parameter Minimal
Maximal
Comment
pos
0
Depends on amount of
frames in the buffer, see
status
command
This argument is optional. If it is not
specified or set to 0 the current
frame will be marked, otherwise the
frame with the given position will be
marked.
17.14
mark_out <pos>
Mark the given frame or the current frame (pos not specified or 0) as the end 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).
If the mark_out position is moved in front of the mark_in position, mark_in is moved to start
of the buffer automatically.
Parameter Minimal
Maximal
Comment
pos
0
Depends on amount of
frames in the buffer, see
status
command
This argument is optional. If it is not
specified or set to 0 the current
frame will be marked, otherwise the
frame with the given position will be
marked.
17.15
mark_pos
Print the current start and end positions which where set with the
mark_in
and
mark_out
commands. By default playback will loop between those two markers (see
play_mode
command).
If no buffer is selected for playback, this command will return 0 for both mark_in and
mark_out positions.
Example output:
1 mark_pos
mark_pos 2347 2356
17.16
free <buffer_id>
Free a buffer. This deletes the content of the buffer so that it can be reused for a new
recording.
“free” can be called on any buffer at any time. If a recording is currently running into that
buffer it will be stopped and the playback output is switched to the mode specified with the
stop_mode
command.
Caution:
Calling free on a buffer will delete all data in that buffer, it can not be recovered!