Using export presets, Using export, Presets – Apple Soundtrack Pro 3 User Manual
Page 458

To add your own AppleScript scripts to the After Export pop-up menu
1
Confirm that your AppleScript script uses the following syntax (to ensure that it works in
the After Export pop-up menu):
on run argv
repeat with anItem in argv
set posixItem to POSIX file anItem
set anItem to alias posixItem
try
(*
Custom AppleScript goes here
*)
end try
end repeat
end run
2
Save your AppleScript script to the default Soundtrack Pro AppleScript location:
/Users/username/Library/Scripts/Soundtrack Pro Scripts/.
Using Export Presets
You can streamline your workflow by saving all export settings (any combination of export
objects, formats, and actions) into a collection of presets for future use. Custom export
presets can include any combination of exported items, file type, bit depth, sample rates,
and post-export actions.
To create a new export preset
1
Choose File > Export (or press Command-E).
458
Chapter 20
Exporting Multitrack Projects