Subject:Editing the add markers automatically script.
Posted by: tank666
Date:3/29/2007 3:07:50 PM
I just want to know hot to change how often it drops from it's default 1.3 to dropping markers every 20 minutes??? |
Subject:RE: Editing the add markers automatically scr
Reply by: _TJ
Date:3/30/2007 4:21:44 PM
open up the script file in a text editor or in the Sound Forge Script Editor window and change line 15 from this //start MODIFY HERE -------------------------------------- double step = GETARG("Step", 1.3); //change from every 1.3 seconds to something else to this //start MODIFY HERE -------------------------------------- double step = GETARG("Step", 20.0); Then save the file and run the script. tj |
Subject:RE: Editing the add markers automatically scr
Reply by: tank666
Date:4/10/2007 9:01:26 AM
Thank you very much, worked perfectley, I appreciate it..G |
Subject:RE: Editing the add markers automatically scr
Reply by: tank666
Date:4/10/2007 9:01:33 AM
Thank you very much, worked perfectley, I appreciate it..G |