Reorder Markers

rextilleon wrote on 7/26/2004, 2:56 PM
To the gurus of scripting--Is there a script that would automatically renumber markers. In other words, markes are consecutatively numbered by default. On a big project I often will need to place a marker after the fact so it is out of numberical order. (Marker 23 might proceed marker 20 on the time line) Is there any way to write a script that would renumber markers so they follow each other in number along the timeline---

Comments

jetdv wrote on 7/26/2004, 8:45 PM
Scripts don't CARE about the numerical order of markers. When you loop through the list of markers, they will be automatically in timecode order. However, I suppose you COULD read all of the marker location and names into an array, delete all markers, and then readd them from the saved array.
jetdv wrote on 9/6/2004, 3:08 PM
Rex, did you notice we added this ability in Excalibur 3?