-
1. Re: AA3 Script To Create Markers By Division
Stan Oliver Feb 14, 2010 12:33 AM (in response to Shan-Dysigns)I don't have a script for you. But why don't you try to make a script yourself? The way scripting is implemented in AA is not rocket science, although it is badly documented. This is from the help file, where you can find more information on scripting.
- Set up Edit View for the script: If you’re creating a script that applies to open waveforms, open a file typical of the ones you’ll apply the script to. Then select a range if needed.
- Choose File > Scripts. The Script Collections area displays the name of the currently opened script collection.
- If the script collection you want isn’t open, do one of the following:
To open an existing script collection, click Open/New Collection, navigate to the collection (SCP) file, and then double-click it.
To create a new script collection, click Open/New Collection. Navigate to the folder in which you want to save the new collection (SCP) file. Then, type a name in the File Name text box, and click Open.
To rename a script collection, click Edit Script File. The collection (SCP) file opens in Windows Notepad. Locate the “Collection:” entry on the first line, and type a new name. Then save the file.
- Type a name for your script in the Title text box.
- Click Record. The Scripts dialog box closes.
- Perform the actions that you want to be part of the script.
Don’t open or save a file as part of the actions for the script—these actions are specific to a particular file. If you make a mistake, return to the Scripts dialog box, click Stop Current Script, click Clear, and start over.
- After you finish recording the script, choose File > Scripts, and click Stop Current Script.
- Type a description for the script in the text area of the dialog box.
The description appears when the script is selected.You can add or edit a description later by clicking Edit Script File.
- Click Add to Collection. The script appears in the list at the left.

