You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The samples contained within this repo - PPropanel, specifically in file "Premiere.jsx"
The documentation contained within this repo.
Versions
CEP version(s) used [must be 8.x+ for this repo]: CEP 11
Supported CC app(s) and version(s): Premiere Pro 2022 - v22.4
Description of the issue
Select a sequence and click on button "Detect cuts in active sequence". Nothing happens.
When I run in debug mode and step through - I get "Exception has occurred: 24 activeSeq.performCutDetectionOnSelection is not a function" at line 2795: var result = activeSeq.performCutDetectionOnSelection(action, shouldApplyCutsToLinkedAudio, sensitivity);
Proposed solution or attempted solutions that failed
none
The text was updated successfully, but these errors were encountered:
Issue with: performCutDetectionOnSelection
function performCutDetectionOnSelection
Versions
8.x+
for this repo]: CEP 11Description of the issue
Select a sequence and click on button "Detect cuts in active sequence". Nothing happens.
When I run in debug mode and step through - I get "Exception has occurred: 24 activeSeq.performCutDetectionOnSelection is not a function" at line 2795: var result = activeSeq.performCutDetectionOnSelection(action, shouldApplyCutsToLinkedAudio, sensitivity);
Proposed solution or attempted solutions that failed
none
The text was updated successfully, but these errors were encountered: