Subject:Adding markers automatically
Posted by: minim
Date:12/22/2005 7:47:28 PM
I'm looking for a script that places markers or regions at user definable intervals. The script should not snap to zero crossings either. I'm trying to place markers/regions every 10 milliseconds in a file. |
Subject:RE: Adding markers automatically
Reply by: _TJ
Date:12/22/2005 8:35:58 PM
The Scripting SDK has a sample script that does exactly this. The script is called MakeMarkers.cs. You just need to edit it so that the step size is 10 millisec (0.01 seconds). The default value for this script is 1.3 seconds. or you can run the script in the script editor window with Step=0.01 in the Script Args: edit field. tj |
Subject:RE: Adding markers automatically
Reply by: minim
Date:12/23/2005 12:20:50 PM
Thanks. The script worked perfectly. |