Reference library > Sequencing
Sequencing
- ClockDivider: When given a
clock
input (e.g., an Impulse), divides the clock by the givenfactor
. factor must be an integer greater than or equal to 1. - Counter: Count upwards from
min
tomax
, driven byclock
. - Euclidean: Euclidean rhythm as described by Toussaint, with
sequence_length
(n) andnum_events
(k), driven byclock
. - FlipFlop: Flips from 0/1 on each
clock
. - ImpulseSequence: Each time a
clock
or trigger is received, outputs the next value insequence
. At all other times, outputs zero. - Index: Outputs the value in
list
corresponding toindex
. - Latch: Initially outputs 0. When a trigger is received at
set
, outputs 1. When a trigger is subsequently received atreset
, outputs 0, until the nextset
. - Sequence: Outputs the elements in
sequence
, incrementing position on eachclock
. - TriggerMult: Distribute any triggers to all output nodes.
- TriggerRoundRobin: Relay trigger() events to a single node from the list of connected outputs, with
direction
determining the direction: 1 (or above) = move forwards by N, -1 = move backwards by N, 0 = stationary.
Last update:
2024-09-11
Created: 2023-11-09
Created: 2023-11-09