This plugin consists of 3 modules: seq
, count
and switch
, each 3HP wide.
The modules are simple on their own, but when combined they can become a powerful sequencer. It can easily be used for polyrhythmic sequences as well.
All modules have a CLK
(clock) and a RST
(reset) input, which both take a pulse as input.
seq
cycles through the 8 values of the knobs and outputs the current value.count
consists of 4 counters. Each output a pulse every x clock steps, where x can be controlled by the knob with a range of 1-16 steps.switch
cycles through the 8 values of the inputs and outputs the current value, just likeseq
. With the difference being that it has inputs instead of knobs.
2 count
modules, 4 seq
modules, 1 switch
module
- Set the first
count
module on 4 steps and connectCLK
to a pulse generator (LFO-1 in this example). - Set the second
count
module on 8 steps and connect itsCLK
to the output of the firstcount
module. - Connect all
seq
modules in the same way: ConnectCLK
to the pulse generator,RST
to the output of the firstcount
module and the output to the 4 consecutive inputs on theswitch
module. - Connect the switch module's
CLK
to the output of the firstcount
module. ConnectRST
to the output of the secondcount
module. Connect the output to anything (V/OCT
of the VCO-1 in this example).
1 count
module, 8 seq
modules, 1 switch
module
- Set the
count
module on 8 steps and connectCLK
to a pulse generator (LFO-1 in this example) - Connect all
seq
modules in the same way: ConnectCLK
to the pulse generator,RST
to the output of thecount
module and the output to the 8 consecutive inputs on theswitch
module. - Connect the switch module's
CLK
to the output of thecount
module. Connect the output to anything (V/OCT
of the VCO-1 in this example)