Hi Everyone,
I'm writing a Sound Forge script and using a sample script as a basis. I'm using Sound Forge 10 in Windows 11, but the same thing appears in Sound Forge 17.
In the sample script there is a command "DPF" which obviously prints to the Sound Forge window.
DPF ("Template: '{0}'", vPreset);
There is also another command "GETARG" which obviously gets user input.
string szDir = GETARG("dir", "");
I cannot find either command in the Sound Forge API Help (chm) file and neither are C#, or C commands.
Any suggestions as to what I am missing?
Thanks for your help,