Tutorial |
Using the Output device - outputs.tao |
Creating a rectangular sheet |
Using pitches - pitches.taoThis script illustrates the various pitch formats which are supported by Tao. These include oct, cps, Hz and note name formats (see sections * and *).Audio rate: 44100; String array1[]= { (200 Hz, 20 secs), (220 Hz, 20 secs), (240 Hz, 20 secs), (260 Hz, 20 secs) }; String array2[]= { (8.00 pch, 20 secs), (8.04 pch, 20 secs), (8.06 pch, 20 secs), (8.08 pch, 20 secs) }; String array3[]= { (8.0 oct, 20 secs), (8.2 oct, 20 secs), (8.4 oct, 20 secs), (8.6 oct, 20 secs) }; Counter n; Init: For n = 0 to 3: array1[n].lockEnds(); array2[n].lockEnds(); array3[n].lockEnds(); ... ... Score 5 secs: Label(array1[0], 1.0, 0.0, 0.0, "LABEL", 0); At start for 0.1 msecs: For n = 0 to 3: array1[n](0.1).applyForce(1.0); array2[n](0.1).applyForce(1.0); array3[n](0.1).applyForce(1.0); ... ... ...
| ||
Tutorial |
Using the Output device - outputs.tao |
Creating a rectangular sheet |
©1999,2000 Mark Pearson
m.pearson@ukonline.co.uk April 30, 2000 |