tparker24
As I recall, the problem occurs if processing multiple clips at one time. If you work on a single clip, all is well. So, you'll need to bounce multiple clips into a single clip (or process the clips one at a time).
I'm not 100% positive on this, but at least, it's something to try.
tparker, first I have to thank you and also I have to retract.
After reading your post I realized that the
KEY to UNDUPE.CAL work is: ENSURE THAT ALL EVENTS ARE SELECTED IN ONLY 1 CLIP.And also, in the example script I created in my previous post, I replaced the "forEachEvent" by command "do" which correctly handles all events.
With this I understand that this case is closed, that is, every time we need to use a script that make a sequence analysis of events (UNDUPE, LEGATO, etc.), we
must always remember to keep the selected events in a single clip.