forked from benirose/O_C-BenisphereSuite
-
Notifications
You must be signed in to change notification settings - Fork 37
Nicholas Michalek edited this page Jun 14, 2024
·
4 revisions
"A"SR is an "Analog" Shift Register simulation with a 256-step ring buffer.
When selected in one hemisphere (Unlinked Mode), it has two indexed outputs. When selected in both hemispheres (Linked Mode), the same buffer is used across all four outputs and a link icon will appear in the upper right corner of the screen.
1/3 | 2/4 | |
---|---|---|
TRIG | Clock (Advance buffer) | Gate freeze writing buffer |
CV INs | Signal to be sampled | Index (n) modulation (bipolar between -32 and 32 steps) |
OUTs | Most recent value in buffer | Buffer value n steps back |
When linked, the scale may be different for each hemisphere, but the base index will be the same (and may be modulated independently).
1 | 2 | 3 | 4 | |
---|---|---|---|---|
Trig (Digital) | Clock (Advance buffer) | No effect | No effect | No effect |
CV In | Signal to be sampled | Index (n) modulation | No effect | Index (m) modulation |
Output | n steps back in buffer | 2n steps back in buffer | 3m steps back in buffer | 4m steps back in buffer |
Note: At an index of 0, all outputs will be the same. When the index value is modulated by CV, a small CV indicator displays below the value.
- Index
- Edit Quantizer settings, per output
Adapted from "A"SR © 2018-2022, Jason Justian and Beige Maze Laboratories.
This wiki is part of the Phazerville Suite O_C firmware project