Reference: attributes

input attribute

 

input
Type Element Description Use
       

Values

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).

Example

<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