Adobe-CEP / Samples

Code samples for CEP extensions
MIT License
972 stars 551 forks source link

performCutDetectionOnSelection #140

Open MayuraRam opened 2 years ago

MayuraRam commented 2 years ago

Issue with: performCutDetectionOnSelection

function performCutDetectionOnSelection

Versions

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

ErinFinnegan commented 2 years ago

@bbb999 👀