Copy link to clipboard
Copied
Hello,
I want to know if it is possible to remove sequence part with javascript library, is plugin with C++ is mandatory for this kind of things?
Example : if my sequence total duration is 40 seconds but I want remove from 22 seconds to 34 seconds, can I do that with javascript with a method like activeSequence.cutPart(22, 34);?
Thanks for help!
1 Correct answer
There's no API to delete everything across all tracks, during a time duration.
You can delete individual trackItems from tracks, using ExtendScript.
Copy link to clipboard
Copied
There's no API to delete everything across all tracks, during a time duration.
You can delete individual trackItems from tracks, using ExtendScript.
Copy link to clipboard
Copied
How do you delete individual trackItems of a sequence with ExtendScript?

