|
7 years ago | |
---|---|---|
.. | ||
res | 7 years ago | |
src | 7 years ago | |
.gitignore | 7 years ago | |
LICENSE-dist.md | 7 years ago | |
LICENSE.md | 7 years ago | |
Makefile | 7 years ago | |
README.md | 7 years ago | |
TopographImg.png | 7 years ago | |
changelog.md | 7 years ago | |
manifest.json | 7 years ago |
3rd party plugins for VCV Rack version 0.6.0dev
0.6.0dev
• New features in Topograph!
- "Run" can now be CV controlled.
- "Run" can either be in Toggle (default) or Momentary. Changed in the "Right-click" menu.
In momentary as long as the button is held / CV gate is high, the sequencer will run.
- New dynamic text that will display the BPM (will show Ext if the knob is turned full CCW),
and what each channel's pattern length is in Euclidean mode.
The modules are Mac, Windows and Linux compatible. Some source is inherently open source, so you are free to download / clone and build on your own computer. See the appropriate license information for more details.
You must have v0.6.0dev to run these modules.
Download and extract the .zip file from this git repository under releases, then place the extracted folder in:
* Mac - ~/Documents/Rack/plugins
* Windows - /My Documents/Rack/plugins
* Linux - ~/.Rack/plugins
The behaviour of this module is nearly identical to the hardware version of “Grids”, and therefore it is worth familiarising yourself with it by visiting the Mutable Instruments’ website.
This module is a rhythm sequencer module. Yet, unlike the usual x0x style drum machine this module contains a vast “map” of drum rhythms that can be cross-faded and explored in a continuous fashion. There are 3 drum lines (Kick, Snare and Hats) each with their own Fill knob, Trigger and Accent outputs. The fill knobs control the density of the given drum line pattern. The higher the setting, the denser the pattern. The fill amounts can be randomly varied using the Chaos control.
The drum map is explored using the Map X and Y knobs. Finally, the Tempo knob controls the speed of the sequencer.
To control the sequencer from an external clock, turn the Tempo knob fully counter-clockwise and patch a clock source to the clock input. The clock input does not upscale a low frequency clock so you must select the appropriate PPQN (pulses per quarter note) resolution for your clock to get the correct tempo. 4 and 8 PPQN modes can distort certain patterns.
In Euclidean mode, the Map X, Y and Chaos controls set the sequence length for each drum channel. The fill controls then set the density of the sequence, of course Euclidean style. Each sequence runs independently so they will drift out of sync if the length controls are changed on the fly (maybe an alternate knob layout mode could be implemented here in the future). So to bring them back into sync, simply reset the sequencer and they will resynchronise.
All controls have a CV input to control them. These are the silver jacks.
I really want to focus on modules that are deep and versatile rather than “bread and butter stuff”. The FM wavetable oscillator “Trixie” is in it's final development stage and will be out very soon (PhD work, it owns you haha).
I've only just begun to get really into the Rack API. I can see a lot of promise for this project thanks to positive community spirit. I hope to produce more modules based on some of my existing work which mainly focuses on reverb and other effects.
Topograph is covered by GPL-3.0
Topograph's dependencies “Oneshot” and “Metronome” are covered by BSD-3-Clause