Tao's Synthesis Language in Detail |
The Score Section |
At |
Control StructuresTao's score language provide a set of constructs for scheduling events in a performance. These are referred to as control structures and include the following:At <t>: <body> ... At <t1> for <t2>: <body> ... From <t1> to <t2>: <body> ... Before <t>: <body> ... After <t>: <body> ... ControlRate <k>: <body> ... Every <t>: <body> ... In each case
In each of the control structures introduced above there is a head
part which determines when the body will be executed. For most of
the control structures the head consists of some sort of test to see what
the value of the system variable What follows is a more detailed look at the syntax and behaviour of the various control structures. | ||
Tao's Synthesis Language in Detail |
The Score Section |
At |
©1999,2000 Mark Pearson
m.pearson@ukonline.co.uk April 30, 2000 |