Skip to content

WesDaMooch/Modular-Mooch-VCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modular Mooch VCV

Important

It is recommended that modules are installed via the VCV Rack Library to receive automatic updates (COMING SOON - in the meantime try installing manually, is quick and easy!). Instructions are provided below if you prefer to install manually or build from source.

Plugin for VCV Rack by Wesley Leggo-Morrell.

Wolfram

A multi-algorithmic sequencer capable of generating complex patterns emerging from simple sets of rules. At any moment, a sequence can be captured and locked into a loop of a given length, a concept developed by the iconic Turing Machine from Music Thing Modular. Read the manual.

Installing

Download the latest release and place the .vcvplugin file in your Rack plugins folder. The plugin has only been tested on Windows so if you intend to use Linux or macOS be aware that it may not function as intented. If you encounter a problem please get in contact so I can debug and fix. Enjoy!

Building

Set up the MINGW64 build environment by following the Rack tutorial and downloading the Rack SDK.

Clone or download the Modular-Mooch-VCV plugin source code.

git clone https://github.com/WesDaMooch/Modular-Mooch-VCV.git
cd Modular-Mooch-VCV

In the MINGW64 terminal, set the location of the Rack SDK folder and build:

export RACK_DIR=<Rack SDK folder>

cd Modular-Mooch-VCV

make          # Build but does not install
make clean    # Clean build artifacts
make install  # Build and install in the Rack plugin folder
make dist     # Create distribution package (manually place it in the Rack plugin folder)

About

Modular Mooch VCV Rack plugin repo.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors