I was a programmer for 25-years, so I should be able to pick up scripting. I've written code in FORTRAN, TPL, assembler and mostly in VB. I never could get into C, so I am looking at JS scripts.
Here's my noob question.
JS scripts start with:
import System;
import System.IO;
import System.Windows.Forms;
import Sony.Vegas;
Where is this documented?
I know that I can just start with existing scripts, and I have the API which lists every function known to Vegas, but where is "Scripting 101"? I don't want to just copy existing work, I want to know *why* scripts are built as they are.
Here's my noob question.
JS scripts start with:
import System;
import System.IO;
import System.Windows.Forms;
import Sony.Vegas;
Where is this documented?
I know that I can just start with existing scripts, and I have the API which lists every function known to Vegas, but where is "Scripting 101"? I don't want to just copy existing work, I want to know *why* scripts are built as they are.