logSeq

Connection diagram

logSeq
down       out_0
up       out_1
reset       ...
length       out_999
wrap        
        invOut_0
        invOut_1
        ...
      invOut_999
         
 

Description

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.

Inputs

down

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

up

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

reset

Typeboolean
N.C.false

Set output 0 to true.

length

Typenumeric
N.C.0

Sets number of sequenced outputs. Last output has index (length input value - 1).

wrap

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

Outputs

out_0 ... out_999

Typeboolean

Sequencer outputs 0 to 999.
Number of sequenced outputs is set by input length.

invout_0 ... invout_999

Typeboolean

Inverted function of outputs 0 to 999.
Number of sequenced outputs is set by input length.