Dewb / monome-rack

VCV Rack plugin for monome Eurorack modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • teletype, a dynamic, musical, scriptable event triggering platform.
  • ansible, a multi-mode sequencing and event-triggering module
  • white whale, a probabilistic step sequencer
  • meadowphysics, an event sequencer for polyrhythms and rule-based evolving patterns
  • earthsea, a live keyboard that can sequence melodies and recall CV with shape memory gestures
  • Support for monome grid and monome arc hardware controllers, both current editions and older models, plus virtual versions of the grid controller within VCV Rack, in 64, 128, and 256-key flavors.

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

  • Start VCVRack. Add a white whale and grid 128 module to your patch.
  • Right-click the white whale module and select your virtual grid from the list of devices. It should light up.
  • If you have a hardware grid connected, right-click the module and select your hardware grid from the list. The virtual grid should go dark and your physical grid should light up.

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:

  • Provide an easier environment for developing, debugging, and testing new and improved firmware features for the monome Eurorack modules
  • Allow users of the hardware modules to practice, experiment, and/or record while away from their systems
  • Expose new users to the monome hardware/software ecosystem
  • Accelerate development of completely new grid applications
  • "Because it was there"

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.

About

VCV Rack plugin for monome Eurorack modules

License:GNU General Public License v2.0


Languages

Language:C 80.1%Language:C++ 19.4%Language:Makefile 0.5%Language:CMake 0.0%Language:Shell 0.0%