DATE: March 28, 1996 RE: Script cuts DADPRO and DAD486x implement three methods for directing script information to a terminal or DAD's internal script machine: 1) Text to be displayed whenever its associated audio cut plays: This is designed for artist information, live tags for commercials, or RDS/RBDS data. 2) Text not associated with a particular audio cut; may be called up at anytime: This is for displaying weather, news, live copy, etc. 3) Hypertext scripts created with any word processor; designed to embed audio buttons, special fonts, and lines into script with an internet-like script markup language (.SML) To implement the first two methods, you must first assign one or more script channels to a COM port or DAD's internal script machine. This is accomplished by editing the workstation's configuration file, i.e. \DAD\FILES\ONAIR.CFG or \DAD\FILES\NEWS.CFG, etc. Near the bottom of the file are four lines: SEND_TEXT_A_IO = 99 SEND_TEXT_B_IO = 2 SEND_TEXT_C_IO = 0 SEND_TEXT_D_IO = 0 In the above example, channel A is assigned to the internal script machine (code 99) and channel B is assigned to COM2:. Note that there must be an associated com_info statement in the .CFG file: COM2_INFO = "9600 N 8 1" COM2_IRQ = 3 Here, script channel B expects to send text data to a device on COM2: running at 9600 baud with no parity, 8 data bits, and 1 stop bit. After this initial setup is complete, you may add scripts to DAD. Using your favorite word processor, design the script you wish to be displayed. When it is complete, it must be saved in ASCII text format. Follow the appropriate instructions for each script method: For method (1) above, you must name the cut after the associated audio cut number. You may create the script before or after the associated audio is recorded into DAD. In the record machine, the single digit box next to the cut number is the script designator field. According to the above example, in this field you would put A for the internal script machine or B for COM2:. If you have recorded cut number 56700 to location G:, you must name your script file G:\CUTS\56700.TXT. When these steps are completed, any time cut 56700 is played, the associated text file will be displayed. For method (2) above, you may name the script file whatever you wish and place it in any directory to which the workstation has access (usually \DAD\SCRIPTS). Then to create the script cut within DAD, select an available cut number, go to the library, touch ADD - COMMAND CUT and enter the cut number you've selected. Give it a meaningful title such as "Weather Script" or "Morning News", etc. Select a group such as SCRIPTS or COMMANDS, then press ADD RECORD. This will bring up the command cut editor. The syntax of the command to use is SEND TEXT