/
getActiveClip
getActiveClip
Description
Return the name of the currently active clip.
Useful when querying the scene for the currently active clip.
Functional area
Data retrieval
Command syntax
Syntax
getActiveClip |
Arguments
None
Flags
None
Return value
string
Examples
//create 2 Clips create Clip "Clip_A" "Clip_B"; //index the Clip string $clip = `getActiveClip`; //print the currently active Clip print $clip;
Additional information
Related commands
, multiple selections available,
Related content
getActiveLayer
getActiveLayer
More like this
getClips
getClips
More like this
getLayers
getLayers
More like this
addLayer
addLayer
More like this
setActiveClip
setActiveClip
More like this
removeLayer
removeLayer
More like this