a serge-inspired sequencer toolbox for norns/seamstress.
on norns, on can just:
;install https://github.com/p3r7/washi
using the cli:
git clone --recursive https://github.com/p3r7/washi
(the --recursive
flag is needed to retrieve dependency nb)
if you did a clone without the --recursive
flag, you can still do this afterward instead:
cd washi
git submodule update --init --recursive
navigate to the params menu and go to the outputs
section. enter one of the output submenu (e.g. Output #1
) and set the nb Voice
param to a midi device or nb voice (such as emplaitress or oilcan). yoçu should now hear sound.
you can then assign more outputs to more voices, generate a new random patch (K1 + K3
on norns, R
on seamstress), play around with various params and navigate to the different screens to interract with the whole patch (grid required for most operations).
(incomplete)
S
: scope mode, click on any banana jack to see the signal, anywhere else to cancelr
: random programmer/sequencer valuesR
: randomize all (patch + programmer/sequencer values)i
: initial patchc
: clear all patchUP
/DOWN
: previous/next panelleft click
: select banana, link/unlinkright click
: scopeESC
: cancel selectionSHIFT
+DEL
: remove all links for selected banana
- self-patching a haleseq doesn't work need to implement the trig ins as a "clock-0" instruction, i.e. immediate callback on input change instead of waiting for next clock occurence
the heart of it is a reproduction of the hale 8 Stage Complex Sequencing Programmer, itself based on the classic Serge Sequencer / Programmer.