Dewb / monome-rack

VCV Rack plugin for monome Eurorack modules
GNU General Public License v2.0
222 stars 12 forks source link
eurorack monome music-composition sequencer synthesizer vcv-rack-modules vcvrack

monome-rack

Read the manual here:

monome-rack is a plugin for the VCVRack open-source virtual modular synthesizer that emulates (some of) the open-source Eurorack modules and control hardware designed and manufactured by monome. This is an unofficial community-driven port, made with permission, but no support guarantees, warranties, or suitability for purpose are provided by anyone.

monome modules and virtual grid in VCVRack

This plugin currently includes:

All of the modules can connect to either a virtual grid or a real hardware grid controller. (Serialosc is required to use real hardware, but no drivers are required for the virtual grids.)

Through the virtual grid, all features of each module are accessible, but some features are awkward to use without multiple fingers on a real grid. See the manual for tips on using virtual grids.

How do I use this?

To install the latest library release:

  1. Visit the plugin's page in the VCV Library and click Add.
  2. Start VCV Rack and run Library > Update All to install the new modules.
  3. Restart VCV Rack.
  4. Optional: to use monome grid and arc hardware, make sure to install serialosc.

Connecting modules to grids

Deeper learning and getting help

See the online manual, specifically the Getting Help section.

Installing prerelease builds

For instructions on installing prerelease builds, see DEVELOPING.md.

How can I build the source myself?

See DEVELOPING.md.

Who did this? How is it licensed?

See the Credits & License.

What's next?

See the release plan for the current thinking, but no promises.

Why does this exist?

In order of importance, the initial goals of this project were/are:

How does this work?

The firmwares for the monome modules are written in C for the AVR32 platform. (More details here.) In this project, these firmware repos are built into separate C shared libraries, together with stub I/O implementations for parts of the AVR32 API. The Rack plugin will load a new copy of this firmware library into memory for each module instance you place, so statics and globals work as expected within each copy of the module.