OD ER-301 hub

The Orthogonal Devices forum is currently offline. Author profile links and avatars that point there are temporarily disabled.

Lojik

TO
tomf
https://github.com/tmfset/er-301-custom-units

A collection of logical operators and sequencers

Units

Dependencies:

  • core

Register

A shift register that can hold up to 64 steps of arbitrary voltages. Contains a built in random source to sample from.

Turing

Basically just a register with a scale quantizer in front of it, ideal for quickly generating V/Oct sequences.

Seq

A step sequencer.

Euclid

A euclidean rhythm generator.

Wait

Arm to wait a number of input pulses, invert to pass a number of pulses.

Pulse

A square wave oscillator.

Trig

Convert the input signal to a trigger.

Not

Is the input signal less than or equal to zero?

And

Is the input signal and gate input greater than zero?

Or

Is the input signal or gate input greater than zero?

Pick

Output input on gate low, alt on gate high.

Latch

An SR latch, set it high and reset it low.

DLatch

A data latch, essentially just a sample and hold.

TLatch

A timed latch, set it high for a limited amount of time.

Chance

A probabilistic gate. Randomly pass clock pulses based on a probability.