The values of the Self Input Box can be used for defining temporal relations with other TemporalBoxes, via connections between functional inputs and outputs.
The chord of TemporalBox #1 is a reservoir for isolated notes that will occur successively in the maquette.
We have programmed the TemporalBoxes so that the initial chord provides one random note to each of TemporalBoxes #2; 3; and 4.
The offset of each TemporalBox is determined by the offset and duration of the preceding box , so that boxes follow each other.
The internal program of the first TemporalBox determines some characteristics of the other TemporalBox.
The random pitches – output #1 – are returned to all the other TemporalBoxes. The ending time of the box – output #2 – is returned to the next TemporalBox.
| ![]() |
![]() | Note that the last TemporalBox has nor output, neither om+ function, but a sequence function. The box has nothing to return to another box. The sequence function allows to evaluate slots before evaluating the TemporalBox, so that its offset is correct. |