| logSeq | ||||
|---|---|---|---|---|
| down | out_0 | |||
| up | out_1 | |||
| reset | ... | |||
| length | out_999 | |||
| wrap | ||||
| invOut_0 | ||||
| invOut_1 | ||||
| ... | ||||
| invOut_999 | ||||
The logic outputs of the step sequencer are set to state true one by one with the down and up trigger inputs. Unlike logMux outputs, one of the outputs has state true.
| Type | boolean |
| N.C. | false |
Step down index of active output by one. If active output was 0 and wrap input state is true, sets last output set by input length. Otherwise, the downstep is ignored.
| Type | boolean |
| N.C. | false |
Step up index of active output by one. If active output was (length input value - 1) and wrap input state is true, sets output 0 to true. Otherwise, the upstep is ignored.
| Type | boolean |
| N.C. | false |
Set output 0 to true.
| Type | numeric |
| N.C. | 0 |
Sets number of sequenced outputs. Last output has index (length input value - 1).
| Type | boolean |
| N.C. | false |
If true, index of active output is wrapped to 0 or (length input value - 1) when the sequence ends.
Used to produce looped sequences.
| Type | boolean |
Sequencer outputs 0 to 999.
Number of sequenced outputs is set by input length.
| Type | boolean |
Inverted function of outputs 0 to 999.
Number of sequenced outputs is set by input length.