Hello,
may I ask where is TrackEvent.Name propry used/displayed in Vegas and is
it safe to change it ? Is it stored in the project file and retrieved later ?
Thanks in advance:
Zsolt
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.
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.
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.