Steinberg WAVELAB 8.5 RETAIL SOFTWARE 45370 数据表

产品代码
45370
下载
页码 770
Customizing
About Scripting
645
Variables and Text Snippets Dialog
This dialog allows you to define custom variables, see the auto variables, and define 
text snippets that are local to the project that you are working on.
In any workspace, except the Podcast workspace, select Options > Variables and 
Text Snippets
.
Plus icon
Adds a new variable/text snippet.
Minus icon
Removes the selected variable/text snippet.
About Scripting
WaveLab contains a powerful scripting language to help advanced users create 
their own scripts to automate tasks. Using basic scripts can be useful for 
automating repetitive editing tasks such as trimming and cropping a file at specific 
times, for example.
You can write scripts that perform other basic editing commands, apply offline 
processing, place markers, and display information about the active file. You can 
script commands to edit the active audio file or the active audio montage. If you have 
some experience of programming with modern scripting languages you should have 
no problem writing utility scripts for WaveLab.
The WaveLab Scripting language is based on ECMAScript, with the addition of 
WaveLab specific commands. If you have had any experience with Javascript, 
Jscript, or Actionscript the code syntax will be familiar to you as they are all based 
on ECMAScript, too. If not, there is a large amount of teaching and reference 
material available online. A Javascript reference such as www.w3schools.com or a 
book like JavaScript: The Definitive Guide are good places to start.