@Grazie Nope, the new one has a checkbox. Open the zip file and it should have this information:
If it's not timed 12:42 in the zip file, it's the older version. (unless the time changes based on your location but the last two should be "42".)
You may want to clear your download files/cache and tell it to download again - or download with a different browser. It may be seeing the same name and not really downloading the new version.
You may want to clear your download files/cache and tell it to download again - or download with a different browser. It may be seeing the same name and not really downloading the new version.
Thanks Edward @jetdv, but the event is not split. I have one long event. In Scene Detection, I only click on Create Regions. The regions are marked, and touching (region end = next region begin). So Event Heal isn't useful in my case. I need a "Region Heal".
The manual procedure is: 1) set IN point at start of first region, 2) set OUT point at end of second region, 3) delete first and second regions, 4) type R, to create new region spanning the two deleted regions. That's it.
(could be a bit more code if the labels are to be copied to the new region.)
You can do this in Vegasaur for regions that are either adjacent or overlapping.
@wwaag Nice. Thanks for the tip. I hadn't noticed Join Regions in the Markers section of Vegasaur before. I just need to make a small timeline selection over the region endpoints to join, choose Loop Region/Timeline Selection in the dropdown, and hit the Apply button. Exactly what I need! 😎
@jetdv - I have three further tweaks, if you have the time to consider them?
1 - Field Width:When I audition my clips, it can result in long descriptive Region Names, which I can’t see in the Drop Down Table. Could you increase the Field Width? Or maybe a Field Size Slider so I could Increase the Field Width?
2 - Word Search: I just know you’re gonna like this one: A Word Search included! See, I did say you’d like it.
3 - Front ‘n Centre: When I click on the “found” Region, on the TL, the whole Found Region shoots to the Right. Could the found Region be made to remain where I place my Cursor and not “jump” to the right?
This Script of yours is working so very well, it should be folded into the VP code as standard. It is lightening fast, making for narrative creation a more urgent, relevant and revealing opportunity. Both yourself and @wwaag have, and are producing many, many scripts that have sustained my VegasPro experience, making for relevant urgency in my narrative creation. Ideas in this business are precious, and demand that they get on the TimeLine, PDQ! Scripting are the Tools that I’ve grown to embrace, without your scripting interventions I don’t know where I’d be?
Keep it up Lads!
NB: A further tweak, sorry, that will have the DropDown immediately appear without the need to hit the down “arrow” 🙏 .
@Jack S - And take away my continual requests I make of his abilities? I wouldn't deny him the pleasure of my pleas and solicitations, I just couldn't do it.
I'm very pleased you've developed your scripting skills.
With this one, resize the width of the dialog however much you want. The combobox width will follow.
As you type in the box, it will jump to the first match. It looks at the beginning of the label to match and will always jump to the first match as you are typing. It will not look in the "middle" of the label for a match
I'm not sure what you mean by #3. Here's what I'm doing:
Set the cursor position to the beginning of the selected region
Set the selection start to the beginning of the selected region
Set the selection length to the length of the selected region
Optionally zooming into that region to fill the timeline area with only that region
@jetdv - Fabulous! As to my about #3, forget it, User laziness/tardiness. Any chance for the Drop Menu to happen automatically? In which case could I still use the Combobox Field width adjustment?
I tried adding the auto opening but it interfered with the resizing. When placed in another place, it "opened" but then closed as the form was redrawn. I'd have to look to find the proper place to put the command to open which isn't in an immediately obvious location. You *can* just click in the box and start typing without opening the box as long as what you type matches the beginning of a region. I guess the other option would be to change it to a list box instead of a combo box... Then it would always open no matter what...
"wildcard" searches in a combobox are not easy. Generally speaking, the methods I've seen literally eliminate the other options from the box and have to be refreshed continually. Plus that would mess up the method I'm using the find the matching region (basically the combobox number and the region number are the same so there's no extra information stored anywhere and no additional searching required.) Unfortunately, it's not just a "setting" that can be changed.
With #5, you can only type the first character. But it you type it multiple times, it will go through all that begin with that character.