Community Forums Archive

Go Back

Subject:Triggering script outside soundforge
Posted by: Antonw
Date:6/9/2009 5:36:12 AM

Hi,
I would like to use soundforge's processing and scripting power but triggerd from (and with certain details) outside of sound forge.
Is sound forges scripting enginge able to receive input from outside of soundforge itself (and not by HID but by other code).

Thanks
Anton

Subject:RE: Triggering script outside soundforge
Reply by: ForumAdmin
Date:6/9/2009 6:52:39 AM

You can pass a script via command line, which can be called directly from a command prompt, from a batch file, or via CreateProcess, ShellExecute, System.Diagnostics.Process, etc., like so:

"C:\Program Files\Sony\Sound Forge 9.0\forge90.exe" - SCRIPT:"d:\scripts\myscript.cs" -SCRIPTARGS:"arg1 = 1 & arg2 = true"

J.

Subject:RE: Triggering script outside soundforge
Reply by: Antonw
Date:6/9/2009 7:35:11 AM

very cool. Thanks for the super fast reply!

Go Back