
88 | P a g e
_paste_selected(int)
Description: Paste item(s) in memory into a playlist. Specify insertion point using an index Value (-1
pastes at the start; -2 pastes at the end; null entry uses the current position).
Example:
_set_audio_level(clip_index int, clip_tag string, level double)
Description: Sets the volume level of a clip in the playlist designated by clip_index or clip_tag). The level
value is supplied as a ratio where 1 represents unity (no gain).
Example:
_set_audio_level_db(clip_index int, clip_tag string, level double)
Description: Sets the volume level of a clip in the playlist designated by clip_index or clip_tag). The level
value is supplied in decibels.
Example:
_send_to_framebuffer(playlist_index int, clip_tag string, buffer_number int)
Description: Send a file to a specified framebuffer using either its playlist index (starts at 0) or clip tag.
Example:
Comentarios a estos manuales