Comments

SonyPJM wrote on 6/7/2004, 2:00 PM

In this version, the TrackEvent.Name property is not used by Vegas
itself but it is saved with the project. It might be a handy place to
stash event-specific data used by your script. The maximum size of
the Name string is 260 (MAX_PATH) characters. No guarantee that a
future version of Vegas will not start using it though.
Zsolt wrote on 6/10/2004, 6:06 AM
Hi SonyPJM,
thanks for the info, the idea to put info there by script was my intention as well.
Regards:
Zsolt
rcampbel wrote on 7/9/2004, 1:13 PM
Paul,

The TrackEvent.Name property ended up being very useful in my Media Sync script (http://www.peachrock.com/software/veggie-toolkit.html).

I would love to see this extended to some kind of general capability to let scripts store limited information in project files. Something like the .Net window forms .Tag property would be great!

Paul,

If you could send me an email to info@peachrock.com, I have a few private questions that I would like to ask.

Thanks,

Randall
dust wrote on 7/10/2004, 12:05 AM
I used this feature also in my ProxyEvent.js script. You might have a look into it, wrote a "Storage" class to store information into events and global information into the project summary field. Too bad the space is limited to 260 characters though and that it is not guaranteed to be supported in the future.