DIVERGENT WAVES

Dice | DrumFiend | Logic | Sycamore | About

Sycamore

Sycamore is a random looping sequencer with quantization and a wide range of scales. The quantized loop can be shifted, mutated, tweaked and otherwise fiddled with in a number of interesting ways.

With CV over almost all the internal parameters, Sycamore allows for tight control over the loop, while maintaining performability with comfortably spaced knobs.

Some advanced features are accessible through a one-layer menu to allow for more deep tweaking of harmonies, delay, and scale quantization - however, Sycamore is perfectly usable without touching these at all!

Sycamore makes use of CircuitPython for its program code, allowing for easy modification and tweaking should you wish to do so. The module also features an i2c expansion port reserved for future use, or for you own hacking.

Technical Information

Patch examples

Sycamore is most at home as a dual quantized output. Here are a couple of simple examples.

Basic use

Modules required:

Wire the clock source to Sycamore’s clock input. Wire Sycamore’s outputs to the two VCOs. Make sure the output mode is set to the first mode.

Now you can tweak the length, offset (With Shift), quantization, and range with the four controls in the center, and change the scale with the encoder.

Patch an LFO to one of the four CV inputs to automate knob-twiddling. Changing the quantization and range have the most immediate effects!

Keyboard tracking with a VCF

Modules required:

Wire the clock source to both the envelope generator and Sycamore’s clock input, Sycamore’s output 1 to the VCO, and Sycamore’s output 2 to the VCF. Set the envelope generator up to control opening and closing the VCA, and optionally add an attenuated copy of this to the VCF.

Hold the mode button to dive into mode tweaking and use the encoder to set the note offset to “00”. This will make Sycamore output the same note to outputs 1 and 2. Now clock Sycamore, and you should hear the VCF’s cutoff following the VCO pitch.

Resources

Availability

Sycamore is available as a kit from Tindie, or as a built module on Reverb.

Special thanks

This module would not be possible without the sketch from Mutable Instrument’s Cancelled Projects page. Sycamore expands on the ideas from Seeds, keeping the layout largely the same with some ergonomic and practical tweaks to make it a little easier to build and use and adding some additional functionality where it made sense to do so.

A special shoutout also to the Red Means Recording, Modular in a Week and Winterbloom Discord communities.