Convert Scripts from JScript to C# in Vegas
In this tutorial, we take an older script that was written in JScript and convert it to the newer C#. There are definitely advantages to coding in C# such as being able to compile the code into a .dll file, using a “foreach” instead of an Enumerator to go through events and tracks, and the Read More …