Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths11%, 15%, 14%, 17%, 43%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameFlag argumentsArgument typeExclusive toComments
all0a, r, invert, keys, setIn, setOutSelect all time
a0all, r, invert, setIn, setOutAdd to current time selection
r0all, a, invert, setIn, setOutRemove from current time selection
invert0all, a, r, keys, setIn, setOutInvert current time selection
keys0all, invert, setIn, setOutSelect time ranges of all currently selected keys on selected modules.
setIn0all, a, r, invert, keys, setOutSets the current frame as one end of a range. Should be followed by a -setOut
setOut0all, a, r, invert, keys, setInSets the current frame as the other end of a range. Follows a -setIn.

Return value

void

Examples

Code Block
languagetext
// Select a range of the playRange beginning at frame 

...


// 240 and ending at 285;

...


selectRange 240 285;

Additional information

Related commands

...