Batch Add Logic Window
Add Logic button on the Process tab of Batch Processing window.
Use this window to add logic to the Batch Processing process list. Construct a logic statement or add labels by using the drop-down list boxes and edit boxes. See the tables below for details. To add logic to skip mono files:
- Select "If value of" from the first box.
- Select "channels" from the second box.
- Select "is equal to" from the third box.
- Select "parameter" from the fourth box.
- Enter 1 in the edit box below the parameter.
- Select "cancel processing this file" from the fifth box.
- Choose the Add button.
- Choose Close to close the window.
- Select "Label" from the first box.
- Enter "Loop" for the label in the right edit box.
- Choose the Add button.
- Choose Close to close the window.
- Choose the Add Edit button to add a Paste command.
- Choose the Add Logic button.
- Select "If value of" from the first box.
- Select "file length" from the second box.
- Select "is less than" from the third box.
- Select "parameter" from the fourth box.
- Enter 5:00 in the edit box below the parameter.
- Select "goto" from the fifth box.
- Enter "Loop" in the edit below below "goto".
- Choose the Add button.
- Choose Close to close the window.
Logic Statements | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Statements | Description | ||||||||||||||||||||||
None | Use this statement to unconditionally change the flow of processing by performing a command. | ||||||||||||||||||||||
Label | Labels are used by the goto command to skip ahead or loop back to a specific point in the processing list. | ||||||||||||||||||||||
If value of | Compares the value of two parameters using the selected comparison operator. Parameters are listed below.
|
Logic Commands | |
---|---|
Command | Description |
goto | Skips ahead or loops back to the given label in the processing list. Enter the label in the box below this drop-down list. Use the Label statement to add a label in the list. |
cancel processing this file | Stops processing the current file and starts processing the next file. |
error | Stop processing and displays an error message. Enter the message in the box below this drop-down list. |
terminate all processing | Stops all processing. Processing of the current file is stopped and no other files are processed. |
See Also: Editing Overview, Edit Menu Commands, Effect Menu Commands, Presets