VLM.Turbulent Sequencer
Periodic colored noise based sequencer for monosynths. ...
- Type
- MIDI Effect
- Author
- vulume
- Version
- 2.1
- License
- AttributionNonCommercialNoDerivatives
- Live version
- 10.1.18
- Max version
- 8.1.5
- Downloads
- 2,086
- Updated
- 2026-03-24
Description
Periodic colored noise based sequencer for monosynths.
Demo video https://www.youtube.com/watch?v=_ceRrZ5c4CQ
Get it on Gumroad for updates https://gumroad.com/l/dRhWW
Discuss on llllllllines https://llllllll.co/t/40271
Github for the TypeScript and C code https://github.com/VulumeCode/VLM.TurbulentSequencer
_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(_.~"(
A very tweakable deterministic random sequence generator where all parameters are automatable.
It uses FFT and distributions to generate a sequence, so everything is repeatable. You can save the device as a preset or with your project and it will load up the same sequence. Automate a parameter to generate variations of the sequence throughout a track, or map it to an LFO to make infinite slowly evolving ambient sequences.
- Set the length and seed for the random sequence. The sequence is reused for tones and dynamics.
- "Beta" sets the color of the noise. At 0 it is white noise (a note has no correlation with the next note). At 2 it is brown noise (the next note is never far, but still random). At 1 it is pink noise (a mix between the two). Higher than 2 will let the periodicity constraint dominate the noise. At 10 there is no more randomness (seed doesn't matter).
- "Period" sets the periodicity constraint of the FFT filter. It can be set as a percentage of the sequence length, and snapped to a whole number step count. This is best explored with "Beta" up to 10. It has no effect when "Beta" is set to 0.
- "Morph" rotates the complex-number sequence from which the sequence is pulled.
~^~^~Tone generation~^~^~^~^~^~
Tones are generated from a distribution of octaves and notes in the octave. It is kind of like a probability distribution, but there is no more randomness at this point. The filtered noise sequence is mapped to this distribution.
- With the piano you can easily filter out notes without losing the distribution. The shift and rotate knobs make it more playable.
- Can also be shifted with MIDI input (center = C3).
- Set a white-keys only scale and steep distribution curve for the first ever meaningful mode-based random generation. Ionian and Dorian actually sound different! There are actual tonics!
~^~^~Dynamics generation~^~^~^~^~
Dynamics are generated in a similar way. The sequence is split in 3 resizable regions which can be assigned Rest, Tie, and/or Accent.
MIDI input velocity is taken into account when in MIDI clock mode.
~^~^~Playback~^~^~^~^~^~^~^~^~
The resulting MIDI loop can be seen in the piano roll. Long notes tie to the next. Purple colored background notes are accented. Hollow notes are rests. "Fold" shows only possible notes, "Span" shows all from lowest to highest note.
The MIDI loop can be nudged left and right, and start and end points can be set.
There are 2 playback modes
- MIDI clock: Step on midi note input. Very tight and allow the use other MIDI sources and Live's groove pool etc. Resync on Live play. Prefer this option if you use MIDI note shifting.
- Live Sync: Sync with Live's clock. Sloppy but has timeline sync. Prefer this option if you automate other parameters.
_.~"~._.~"~._.~"~._.~"~._.~"~._.~"~._.~"~._.~"~._
The zip contains the .amxd MIDI device and a project with presets with ideas for acid house, chords, minimalist music...
v0.1
Initial release.
v0.2
Fixed js dependencies.
v1.0
Ported to Java.
MIDI input.
Nudge/start/end loop controls.
Documentation.
v2.0
Ported to C.
v2.1
Apple Silicon build
Keywords: generative algorithmic parametric step sequencer fourier transform bassline slink
Comments (16)
looking fwd to trying it!
- rotate the sequence (nudge it left/right) of notes
bug?
I got a synth that seems to not register the note off even on untied notes. Probably something to do with the synth. It works great with others, but this one seems to want shorter notes - which works when using a note length device. Can probably just adjust the note length with a quick edit.
I've also ported everything to Java, so it's much snappier.
It has Midi clock so it can groove with Live's pool.
If you're interested to beta test please send me an email, find my contacts in my profile. I'd like to solve your note off problem, let's talk about that.
Downloaded the latest version here also don't see the images as in the screenshots ? Any tips appreciated. (win 10 latest Java / latest live)
My guess is that Max looks for the JRE, not for the JDK.
If I get working will report back.
, it was an awesome generator but it stopped working suddenly on windows. I'm willing to pay for it. thank you
it works again with my new laptop (on a legal/bought live12)
it is my favorite 303 random generator
Everything in that VST is absolutely perfect, it is by far the best of all 303 random pattern generator. Thank you 303 times !