Reference: attributes
| Type | Element | Description | Use |
|---|---|---|---|
The value of the input attribute is the value of an identifier (id) as specified with one of the synthesizer modules (reflected with their reserved keywords).
<prim id="one" output="soundset" />
<prim id="two">
...
<soundset input="one" />
Here is a more omcplex example with more than one possible inputs.
<prim id="one" output="soundset"
target="three"/>
<prim id="two">
...
<soundset input="three" />
<soundset input="four" />
© 1999, 2000 Author: Jacques Steyn