You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
U-ACTIVED\danielez 073df5ef74 Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
..
res Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
src Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
.gitignore Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
LICENSE-dist.md Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
LICENSE.md Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
Makefile Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
README.md Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
TopographImg.png Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
changelog.md Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago
manifest.json Added all plugins as submodules to branch v2 of VCVRack community repository 7 years ago

README.md

ValleyRack Free

3rd party plugins for VCV Rack version 0.6.0dev

Version

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.

Compatibility

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.

Modules

  • Topograph - A port of the Mutable Instruments “Grids”, the rhythm sequencer module that was missing from the VCV Audible Instruments plugin bundle. Covered by GPL-3.0 license. Topograph

Installation

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

Usage

Topograph

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.

Todo

  • Topograph
    • Fix text flicker
  • Trixie
    • It's coming, be patient ;)

Future

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.

License

Topograph is covered by GPL-3.0

Topograph's dependencies “Oneshot” and “Metronome” are covered by BSD-3-Clause