...
None
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// Selects all Markers and removes their data from the active clip |
...
selectByType "Marker"; |
...
removeFromClip; |
Additional information
Related commands
...
...
None
void
Code Block | ||
---|---|---|
| ||
// Selects all Markers and removes their data from the active clip |
...
selectByType "Marker"; |
...
removeFromClip; |
...