Emute-Lab-Instruments / uSEQ

20 stars 0 forks source link

uSEQ

uSEQ is a livecodeable eurorack module.

There's a paper on it here:

Kyriakoudis, Dimitris, & Kiefer, Chris. (2023, April 19). uSEQ: A LISPy Modular Sequencer for Eurorack with a Livecodable Microcontroller. 7th International Conference on Live Coding (ICLC2023), Utrecht, The Netherlands. https://doi.org/10.5281/zenodo.7843874

uSEQ Modules

uSEQ modules, two panel designs (PCB, Aluminium)

uSEQ In Use

uSEQ modules set up within eurorack performance systems

Features:

More info from https://www.emutelabinstruments.co.uk/useq/

Developer notes

Building the Firmware

The firmware is in the uSEQ folder.

Build the firmware in Arduino IDE, using the Earle Philhower Pico core.

Setting Value
Board Generic RP2040
Boot Stage 2 W25Q080 QSPI /2
Flash Size 8MB (Sketch 1MB, FS: 7MB)
CPU Speed 250MHz (Overclock)
Optimize Optimize Even More (-O3)

Overclock the Pico at 250Mhz and set the optimisation level to -O3.

We welcome pull requests.