|   Getting Started   |   Getting Started   |   Executing the script   | 
| Writing a scriptFirst of all open a new text file in your favourite text editor and copy the following text into it:
    Audio rate: 44100;
    String string(200 Hz, 20 secs);
    Output output(stereo);
    Init:
        string.lockEnds();
        ...
    Score 20 secs:
        At 0 secs for 1 msecs:
            string(0.2).applyForce(1.0);
            ...
        output.chL: string(0.1);
        output.chR: string(0.9);
        ...
Now save the file as "new.tao". In plain English this script does the following: 
 In case you are wondering, the name of an output file is formed
by appending the name of the output device onto the name of the
script (minus the  
     | ||
|   Getting Started   |   Getting Started   |   Executing the script   | 
| ©1999,2000 Mark Pearson
m.pearson@ukonline.co.uk April 30, 2000 | ||